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 /yapf/unittest/unittest.cpp | |
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 'yapf/unittest/unittest.cpp')
-rw-r--r-- | yapf/unittest/unittest.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/yapf/unittest/unittest.cpp b/yapf/unittest/unittest.cpp index acd8d0820..099862bee 100644 --- a/yapf/unittest/unittest.cpp +++ b/yapf/unittest/unittest.cpp @@ -157,10 +157,3 @@ const TrackdirBits _track_crosses_trackdirs[] = { TRACKDIR_BIT_UPPER_W | TRACKDIR_BIT_UPPER_E | TRACKDIR_BIT_LOWER_W | TRACKDIR_BIT_LOWER_E, /* TRACK_LEFT */ TRACKDIR_BIT_UPPER_W | TRACKDIR_BIT_UPPER_E | TRACKDIR_BIT_LOWER_W | TRACKDIR_BIT_LOWER_E /* TRACK_RIGHT */ }; - - - - - - - |