no doubleNewline at end of file

This commit is contained in:
Andreas Zwinkau 2015-01-14 21:16:53 +01:00
parent 8dfce773d1
commit 158c679349
3 changed files with 1 additions and 3 deletions

View File

@ -383,7 +383,7 @@ private:
newline();
write("}");
depth--;
if (index < tokens.length &&
if (index < tokens.length-1 &&
assumeSorted(astInformation.doubleNewlineLocations)
.equalRange(tokens[index].index).length)
{

View File

@ -12,4 +12,3 @@ void main()
}
writeln("Average line length: ", lines ? sumLength / lines:0);
}

View File

@ -4,4 +4,3 @@ void main()
{
writeln("Hello, world without explicit compilations!");
}