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

@ -49,4 +49,4 @@ bool Compiler::QuickFileParser::parseSpecial (int code, const TokenLoc& loc, Sca
void Compiler::QuickFileParser::parseEOF (Scanner& scanner)
{
}
}