From 793c9a7925dfa3aaa2b15212f4ba0246d1fbf83c Mon Sep 17 00:00:00 2001 From: Sebastian Holtermann Date: Wed, 15 Feb 2017 13:43:19 +0100 Subject: [PATCH] Autogen: Indentation fix --- Source/cmQtAutoGenerators.cxx | 3 +-- 1 file changed, 1 insertion(+), 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_.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 mocsIncluded;