summaryrefslogtreecommitdiffstats
path: root/Source/cmake.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-06-24 12:38:12 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2013-06-24 12:38:12 (GMT)
commit059be4ba3b8af00f3615726ba8d3ff485e2fcef4 (patch)
tree86ac0dc821361030ce195fe1aa1cef7e6032292b /Source/cmake.cxx
parenta9319709554d309783fb3125a2ba8d6a35046910 (diff)
parent2331b57bec82e1433b408f08de03202a60cb4578 (diff)
downloadCMake-059be4ba3b8af00f3615726ba8d3ff485e2fcef4.zip
CMake-059be4ba3b8af00f3615726ba8d3ff485e2fcef4.tar.gz
CMake-059be4ba3b8af00f3615726ba8d3ff485e2fcef4.tar.bz2
Merge topic 'add-whitespace'
2331b57 Add whitespace after colons in error messages.
Diffstat (limited to 'Source/cmake.cxx')
-rw-r--r--Source/cmake.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx
index e500a27..7aebc2b 100644
--- a/Source/cmake.cxx
+++ b/Source/cmake.cxx
@@ -549,7 +549,7 @@ void cmake::ReadListFile(const std::vector<std::string>& args,
}
if (!lg->GetMakefile()->ReadListFile(0, path))
{
- cmSystemTools::Error("Error processing file:", path);
+ cmSystemTools::Error("Error processing file: ", path);
}
}