Explorar el Código

Fix indentation

Yuvan Wickramasinghe hace 2 meses
padre
commit
7a7fd7547c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      BeefBuild/src/BuildApp.bf

+ 1 - 1
BeefBuild/src/BuildApp.bf

@@ -113,7 +113,7 @@ namespace BeefBuild
 			{
 			    mWorkspace.mName = new String();
 			    Path.GetFileName(mWorkspace.mDir, mWorkspace.mName);
-				CustomBuildProperties.Load(false);
+			    CustomBuildProperties.Load(false);
 			    LoadWorkspace(mVerb);                
 			}
 			else