Add an extra newline to separate PP directives from the contents

llvm-svn: 98820
This commit is contained in:
Kovarththanan Rajaratnam 2010-03-18 13:16:38 +00:00
parent 4f67227625
commit dae75defc8
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ void ClangDiagsDefsEmitter::run(raw_ostream &OS) {
OS << "__" << ComponentName << "START = DIAG_START_" << ComponentName
<< ",\n";
OS << "#undef " << ComponentName << "START\n";
OS << "#endif\n";
OS << "#endif\n\n";
}
const std::vector<Record*> &Diags =