diff options
author | tron <tron@openttd.org> | 2006-06-05 18:10:43 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2006-06-05 18:10:43 +0000 |
commit | aada042d57abb419467126dd3d965f78f40bca85 (patch) | |
tree | 356bc300fd45ff0a0d35cdacbe66a1f623c0d2ea /scripts | |
parent | 30651e8bcb75c8b714586266c51b4bed1191c77e (diff) | |
download | openttd-aada042d57abb419467126dd3d965f78f40bca85.tar.xz |
(svn r5136) Fix various style bugs:
- Trailing whitespace
- Trailing empty lines
- Missing newline at EOF
- Missing svn:eol-style native
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/readme.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/readme.txt b/scripts/readme.txt index 0248c4326..2927dcdcb 100644 --- a/scripts/readme.txt +++ b/scripts/readme.txt @@ -19,4 +19,3 @@ local scripts: - 'on_dedicated.scr' is additionally executed after starting a server [dedicated only] For examples how a script can look, check the .example examples. - |