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.h | |
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.h')
-rw-r--r-- | yapf/unittest/unittest.h | 5 |
1 files changed, 0 insertions, 5 deletions
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 - - - - - |