diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2017-02-15 13:43:19 +0100 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-02-21 10:12:50 -0500 |
commit | 793c9a7925dfa3aaa2b15212f4ba0246d1fbf83c (patch) | |
tree | 16fd2b604e0643f9ea48abeeea806cdc999405d7 /Source/cmQtAutoGenerators.cxx | |
parent | 25dbfbc2a937379ca78328dfabdf54043340dbd3 (diff) | |
download | cmake-793c9a7925dfa3aaa2b15212f4ba0246d1fbf83c.tar.gz |
Autogen: Indentation fix
Diffstat (limited to 'Source/cmQtAutoGenerators.cxx')
-rw-r--r-- | Source/cmQtAutoGenerators.cxx | 3 |
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; |