summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutomoc.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2013-06-21 11:51:58 (GMT)
committerStephen Kelly <steveire@gmail.com>2013-06-21 14:21:44 (GMT)
commit2331b57bec82e1433b408f08de03202a60cb4578 (patch)
treef2dcc8e308688027d4c662f7f45a9d9beedb4acc /Source/cmQtAutomoc.cxx
parent7c61c73fbc1c508a6622b444e06c7fc9a0c280f1 (diff)
downloadCMake-2331b57bec82e1433b408f08de03202a60cb4578.zip
CMake-2331b57bec82e1433b408f08de03202a60cb4578.tar.gz
CMake-2331b57bec82e1433b408f08de03202a60cb4578.tar.bz2
Add whitespace after colons in error messages.
Diffstat (limited to 'Source/cmQtAutomoc.cxx')
-rw-r--r--Source/cmQtAutomoc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmQtAutomoc.cxx b/Source/cmQtAutomoc.cxx
index 350b462..bcf137f 100644
--- a/Source/cmQtAutomoc.cxx
+++ b/Source/cmQtAutomoc.cxx
@@ -411,7 +411,7 @@ bool cmQtAutomoc::ReadAutomocInfoFile(cmMakefile* makefile,
if (!makefile->ReadListFile(0, filename.c_str()))
{
- cmSystemTools::Error("Error processing file:", filename.c_str());
+ cmSystemTools::Error("Error processing file: ", filename.c_str());
return false;
}