Browse Source

fixed some brazilian whitespaces

Simon Krajewski 12 years ago
parent
commit
e23af404f4
2 changed files with 3 additions and 3 deletions
  1. 2 2
      ast.ml
  2. 1 1
      tests/unit/unit.hxproj

+ 2 - 2
ast.ml

@@ -204,12 +204,12 @@ module Meta = struct
 		| HeaderClassCode -> ":headerClassCode",("",[Platform Cpp])
 		| HeaderClassCode -> ":headerClassCode",("",[Platform Cpp])
 		| HeaderCode -> ":headerCode",("",[Platform Cpp])
 		| HeaderCode -> ":headerCode",("",[Platform Cpp])
 		| HeaderNamespaceCode -> ":headerNamespaceCode",("",[Platform Cpp])
 		| HeaderNamespaceCode -> ":headerNamespaceCode",("",[Platform Cpp])
-    | HxGen -> ":hxGen",("Annotates that an extern class was generated by Haxe",[Platforms [Java;Cs]; UsedOnEither [TClass;TEnum]])
+		| HxGen -> ":hxGen",("Annotates that an extern class was generated by Haxe",[Platforms [Java;Cs]; UsedOnEither [TClass;TEnum]])
 		| IfFeature -> ":ifFeature",("Causes a field to be kept by DCE if the given feature is part of the compilation",[HasParam "Feature name";UsedOn TClassField])
 		| IfFeature -> ":ifFeature",("Causes a field to be kept by DCE if the given feature is part of the compilation",[HasParam "Feature name";UsedOn TClassField])
 		| Impl -> ":impl",("Used internally to mark abstract implementation fields",[UsedOn TAbstractField])
 		| Impl -> ":impl",("Used internally to mark abstract implementation fields",[UsedOn TAbstractField])
 		| Include -> ":include",("",[Platform Cpp])
 		| Include -> ":include",("",[Platform Cpp])
 		| InitPackage -> ":initPackage",("?",[])
 		| InitPackage -> ":initPackage",("?",[])
-    | Internal -> ":internal",("Generates the annotated field/class with 'internal' access",[Platforms [Java;Cs]; UsedOnEither[TClass;TEnum;TClassField]])
+		| Internal -> ":internal",("Generates the annotated field/class with 'internal' access",[Platforms [Java;Cs]; UsedOnEither[TClass;TEnum;TClassField]])
 		| IsVar -> ":isVar",("Forces a physical field to be generated for properties that otherwise would not require one",[UsedOn TClassField])
 		| IsVar -> ":isVar",("Forces a physical field to be generated for properties that otherwise would not require one",[UsedOn TClassField])
 		| JavaNative -> ":javaNative",("",[Platforms [Java;Cs]])
 		| JavaNative -> ":javaNative",("",[Platforms [Java;Cs]])
 		| Keep -> ":keep",("Causes a field or type to be kept by DCE",[])
 		| Keep -> ":keep",("Causes a field or type to be kept by DCE",[])

+ 1 - 1
tests/unit/unit.hxproj

@@ -60,7 +60,7 @@
     <hidden path="server.bat" />
     <hidden path="server.bat" />
   </hiddenPaths>
   </hiddenPaths>
   <!-- Executed before build -->
   <!-- Executed before build -->
-  <preBuildCommand>$(CompilerPath)/haxe compile.hxml</preBuildCommand>
+  <preBuildCommand>"$(CompilerPath)/haxe" compile.hxml</preBuildCommand>
   <!-- Executed after build -->
   <!-- Executed after build -->
   <postBuildCommand alwaysRun="False" />
   <postBuildCommand alwaysRun="False" />
   <!-- Other project options -->
   <!-- Other project options -->