summaryrefslogtreecommitdiff
path: root/Source/cmEnableLanguageCommand.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmEnableLanguageCommand.cxx')
-rw-r--r--Source/cmEnableLanguageCommand.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmEnableLanguageCommand.cxx b/Source/cmEnableLanguageCommand.cxx
index f8f36ebbb..dcabf6a46 100644
--- a/Source/cmEnableLanguageCommand.cxx
+++ b/Source/cmEnableLanguageCommand.cxx
@@ -22,7 +22,7 @@ bool cmEnableLanguageCommand
this->SetError
("called with incorrect number of arguments");
return false;
- }
+ }
for (std::vector<std::string>::const_iterator it = args.begin();
it != args.end();
++it)