fix -Wnewline-eof warnings

This commit is contained in:
Scott Howard 2015-03-11 10:54:45 -04:00
parent 491f44869e
commit e2ef8c4022
95 changed files with 95 additions and 95 deletions

View file

@ -3,4 +3,4 @@
void Compiler::NullErrorHandler::report (const std::string& message, const TokenLoc& loc, Type type) {}
void Compiler::NullErrorHandler::report (const std::string& message, Type type) {}
void Compiler::NullErrorHandler::report (const std::string& message, Type type) {}