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