[Analysis] Add missing newlines at end of file.

llvm-svn: 219439
This commit is contained in:
Daniel Dunbar 2014-10-09 20:34:45 +00:00
parent a35a944952
commit 214671f98c
4 changed files with 4 additions and 4 deletions

View File

@ -43,4 +43,4 @@ public:
};
}
#endif
#endif

View File

@ -12,4 +12,4 @@
using namespace clang;
CodeInjector::CodeInjector() {}
CodeInjector::~CodeInjector() {}
CodeInjector::~CodeInjector() {}

View File

@ -39,4 +39,4 @@ bool ModelConsumer::HandleTopLevelDecl(DeclGroupRef D) {
}
}
return true;
}
}

View File

@ -72,4 +72,4 @@ private:
}
}
#endif
#endif