summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2017-02-15 12:43:19 (GMT)
committerBrad King <brad.king@kitware.com>2017-02-21 15:12:50 (GMT)
commit793c9a7925dfa3aaa2b15212f4ba0246d1fbf83c (patch)
tree16fd2b604e0643f9ea48abeeea806cdc999405d7
parent25dbfbc2a937379ca78328dfabdf54043340dbd3 (diff)
downloadCMake-793c9a7925dfa3aaa2b15212f4ba0246d1fbf83c.zip
CMake-793c9a7925dfa3aaa2b15212f4ba0246d1fbf83c.tar.gz
CMake-793c9a7925dfa3aaa2b15212f4ba0246d1fbf83c.tar.bz2
Autogen: Indentation fix
-rw-r--r--Source/cmQtAutoGenerators.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmQtAutoGenerators.cxx b/Source/cmQtAutoGenerators.cxx
index ee3dc10..ddf8bf1 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;