forked from OSchip/llvm-project
Add an extra newline to separate PP directives from the contents
llvm-svn: 98820
This commit is contained in:
parent
4f67227625
commit
dae75defc8
|
@ -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 =
|
||||
|
|
Loading…
Reference in New Issue