THRIFT-3022 Compact protocol for Haxe
Client: Haxe
Patch: Jens Geyer
This closes #388
diff --git a/test/haxe/src/TestMacro.hx b/test/haxe/src/TestMacro.hx
index 0129d3f..a620760 100644
--- a/test/haxe/src/TestMacro.hx
+++ b/test/haxe/src/TestMacro.hx
@@ -24,10 +24,10 @@
/****
* If you call the Thrift compiler this way (e.g. by changing the prebuild command)
- *
+ *
* thrift -r -gen haxe:buildmacro=TestMacro.handle() ../ThriftTest.thrift
- *
- * the TestMacro.handle() function implemented below is called for each generated class
+ *
+ * the TestMacro.handle() function implemented below is called for each generated class
* and interface. Use "thrift --help" to get more info about other available options.
*/
class TestMacro
@@ -36,5 +36,5 @@
trace('TestMacro called for ' + Context.getLocalType());
return Context.getBuildFields();
}
-
+
}