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 | 020721565a3ffef5f85334ab7ab4dad177225727 (patch) | |
tree | 356bc300fd45ff0a0d35cdacbe66a1f623c0d2ea /yapf/unittest/test_binaryheap.h | |
parent | f764f9a5b01b468ce033a2cff1064a70e6af9d5f (diff) | |
download | openttd-020721565a3ffef5f85334ab7ab4dad177225727.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/test_binaryheap.h')
-rw-r--r-- | yapf/unittest/test_binaryheap.h | 1 |
1 files changed, 0 insertions, 1 deletions
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; } - |