summaryrefslogtreecommitdiff
path: root/Source/cmQtAutoGenerators.cxx
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2017-02-15 13:43:19 +0100
committerBrad King <brad.king@kitware.com>2017-02-21 10:12:50 -0500
commit793c9a7925dfa3aaa2b15212f4ba0246d1fbf83c (patch)
tree16fd2b604e0643f9ea48abeeea806cdc999405d7 /Source/cmQtAutoGenerators.cxx
parent25dbfbc2a937379ca78328dfabdf54043340dbd3 (diff)
downloadcmake-793c9a7925dfa3aaa2b15212f4ba0246d1fbf83c.tar.gz
Autogen: Indentation fix
Diffstat (limited to 'Source/cmQtAutoGenerators.cxx')
-rw-r--r--Source/cmQtAutoGenerators.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmQtAutoGenerators.cxx b/Source/cmQtAutoGenerators.cxx
index ee3dc106e5..ddf8bf1154 100644
--- a/Source/cmQtAutoGenerators.cxx
+++ b/Source/cmQtAutoGenerators.cxx
@@ -608,8 +608,7 @@ bool cmQtAutoGenerators::RunAutogen(cmMakefile* makefile)
// may not be included in the moc_compilation.cpp file anymore. OTOH if
// there's a header containing Q_OBJECT where no corresponding moc file
// is included anywhere a moc_<filename>.cpp file is created and included
- // in
- // the moc_compilation.cpp file.
+ // in the moc_compilation.cpp file.
// key = moc source filepath, value = moc output filepath
std::map<std::string, std::string> mocsIncluded;