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 | |
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')
-rw-r--r-- | yapf/follow_track.cpp | 1 | ||||
-rw-r--r-- | yapf/unittest/test_autocopyptr.h | 1 | ||||
-rw-r--r-- | yapf/unittest/test_binaryheap.h | 1 | ||||
-rw-r--r-- | yapf/unittest/test_fixedsizearray.h | 1 | ||||
-rw-r--r-- | yapf/unittest/test_hashtable.h | 2 | ||||
-rw-r--r-- | yapf/unittest/test_yapf.h | 2 | ||||
-rw-r--r-- | yapf/unittest/unittest.cpp | 7 | ||||
-rw-r--r-- | yapf/unittest/unittest.h | 5 | ||||
-rw-r--r-- | yapf/yapf_common.cpp | 1 | ||||
-rw-r--r-- | yapf/yapf_ship.cpp | 1 |
10 files changed, 0 insertions, 22 deletions
diff --git a/yapf/follow_track.cpp b/yapf/follow_track.cpp index 26d90578e..9d494bb5b 100644 --- a/yapf/follow_track.cpp +++ b/yapf/follow_track.cpp @@ -39,4 +39,3 @@ bool FollowTrackRailNo90(FollowTrack_t *This, TileIndex old_tile, Trackdir old_t CFollowTrackRailNo90& F = *(CFollowTrackRailNo90*) This; return F.Follow(old_tile, old_td); } - diff --git a/yapf/unittest/test_autocopyptr.h b/yapf/unittest/test_autocopyptr.h index a08d84a59..0e4d4dfef 100644 --- a/yapf/unittest/test_autocopyptr.h +++ b/yapf/unittest/test_autocopyptr.h @@ -40,4 +40,3 @@ static int TestAutoCopyPtr(bool silent) CHECK_INT(5, CData::NumInstances(), 0); return res; } - diff --git a/yapf/unittest/test_binaryheap.h b/yapf/unittest/test_binaryheap.h index f0ba44749..114f86985 100644 --- a/yapf/unittest/test_binaryheap.h +++ b/yapf/unittest/test_binaryheap.h @@ -100,4 +100,3 @@ static int TestBinaryHeap2(bool silent) CHECK_INT(7, CData::NumInstances(), 0); return res; } - diff --git a/yapf/unittest/test_fixedsizearray.h b/yapf/unittest/test_fixedsizearray.h index 0065a821e..3a08dde7c 100644 --- a/yapf/unittest/test_fixedsizearray.h +++ b/yapf/unittest/test_fixedsizearray.h @@ -111,4 +111,3 @@ static int TestArray(bool silent) return res; } - diff --git a/yapf/unittest/test_hashtable.h b/yapf/unittest/test_hashtable.h index 230550f2b..7b794b848 100644 --- a/yapf/unittest/test_hashtable.h +++ b/yapf/unittest/test_hashtable.h @@ -70,5 +70,3 @@ static int TestHashTable1(bool silent) } return res; } - - diff --git a/yapf/unittest/test_yapf.h b/yapf/unittest/test_yapf.h index 558ea4667..4e2f2c0e5 100644 --- a/yapf/unittest/test_yapf.h +++ b/yapf/unittest/test_yapf.h @@ -357,5 +357,3 @@ struct CTestYapf2 : public CYapfT<CYapf_TypesT<CTestYapf2, CNodeList2, CYapfMap1> > { }; - - 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 */ }; - - - - - - - diff --git a/yapf/unittest/unittest.h b/yapf/unittest/unittest.h index 27ba4ebdd..f448ea341 100644 --- a/yapf/unittest/unittest.h +++ b/yapf/unittest/unittest.h @@ -27,8 +27,3 @@ typedef int(*TESTPROC)(bool silent); # include <windows.h> #else #endif - - - - - diff --git a/yapf/yapf_common.cpp b/yapf/yapf_common.cpp index 99155c58e..39d119858 100644 --- a/yapf/yapf_common.cpp +++ b/yapf/yapf_common.cpp @@ -27,4 +27,3 @@ const TrackdirBits CYapfCostBase::c_upwards_slopes[] = { TRACKDIR_BIT_NONE , //14 TRACKDIR_BIT_NONE , //15 }; - diff --git a/yapf/yapf_ship.cpp b/yapf/yapf_ship.cpp index 86d20c9f1..0682cd45f 100644 --- a/yapf/yapf_ship.cpp +++ b/yapf/yapf_ship.cpp @@ -174,4 +174,3 @@ int NpfEndInterval(void* vperf) delete &perf; return t; } - |