1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-24 06:59:10 +00:00

(svn r5136) Fix various style bugs:

- Trailing whitespace
- Trailing empty lines
- Missing newline at EOF
- Missing svn:eol-style native
This commit is contained in:
tron
2006-06-05 18:10:43 +00:00
parent 30651e8bcb
commit aada042d57
24 changed files with 54 additions and 86 deletions

View File

@@ -174,4 +174,3 @@ int NpfEndInterval(void* vperf)
delete &perf;
return t;
}