summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2012-07-23 20:31:29 +0200
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2012-07-23 20:41:22 +0200
commitf6cfc74dc0c82297c1ce857d976b0d871a445dfb (patch)
tree20981898ae601c594f48182b1068521b65162e1b
parentc648af3697d4b727e1128d5676e6bc691f8972e4 (diff)
Fix indenting
-rw-r--r--src/rebar_port_compiler.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_port_compiler.erl b/src/rebar_port_compiler.erl
index e5a4b02..5941baa 100644
--- a/src/rebar_port_compiler.erl
+++ b/src/rebar_port_compiler.erl
@@ -530,7 +530,7 @@ default_env() ->
{"win32", "CXX", "cl.exe"},
{"win32", "LINKER", "link.exe"},
{"win32", "DRV_CXX_TEMPLATE",
- %% DRV_* and EXE_* Templates are identical
+ %% DRV_* and EXE_* Templates are identical
"$CXX /c $CXXFLAGS $DRV_CFLAGS $PORT_IN_FILES /Fo$PORT_OUT_FILE"},
{"win32", "DRV_CC_TEMPLATE",
"$CC /c $CFLAGS $DRV_CFLAGS $PORT_IN_FILES /Fo$PORT_OUT_FILE"},