summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/cmConfigureFileCommand.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmConfigureFileCommand.cxx b/Source/cmConfigureFileCommand.cxx
index d92212b..58878a5 100644
--- a/Source/cmConfigureFileCommand.cxx
+++ b/Source/cmConfigureFileCommand.cxx
@@ -143,8 +143,8 @@ void cmConfigureFileCommand::FinalPass()
"#cmakedefine", "#undef");
}
}
+ fout << inLine << "\n";
}
- fout << inLine << "\n";
}
// close the files before attempting to copy
fin.close();