From 2292150628e06a4514b77e15730d1e788c053d5b Mon Sep 17 00:00:00 2001 From: "deanm@google.com" Date: Thu, 14 Aug 2008 11:44:17 +0000 Subject: Add a trailing EOL to source files. This eliminates warnings in GCC. No code change. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@865 0039d316-1c4b-4281-b951-d872f2087c98 --- base/event_recorder.cc | 2 +- base/gfx/image_operations_unittest.cc | 2 +- base/gfx/platform_canvas.cc | 2 +- base/gfx/uniscribe_unittest.cc | 2 +- base/hmac.h | 2 +- base/image_util.h | 2 +- base/stats_table_unittest.cc | 2 +- base/thread_local_storage_win.cc | 2 +- base/timer_unittest.cc | 2 +- base/win_util_unittest.cc | 2 +- base/word_iterator.h | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) (limited to 'base') diff --git a/base/event_recorder.cc b/base/event_recorder.cc index b4c89a3..e61f6bc 100644 --- a/base/event_recorder.cc +++ b/base/event_recorder.cc @@ -278,4 +278,4 @@ LRESULT EventRecorder::PlaybackWndProc(int nCode, WPARAM wParam, LPARAM lParam) return CallNextHookEx(journal_hook_, nCode, wParam, lParam); } -} // namespace base \ No newline at end of file +} // namespace base diff --git a/base/gfx/image_operations_unittest.cc b/base/gfx/image_operations_unittest.cc index 1c2b40f..00cbe11 100644 --- a/base/gfx/image_operations_unittest.cc +++ b/base/gfx/image_operations_unittest.cc @@ -169,4 +169,4 @@ TEST(ImageOperations, ResampleToSame) { EXPECT_EQ(*src.getAddr32(x, y), *results.getAddr32(x, y)); } } -} \ No newline at end of file +} diff --git a/base/gfx/platform_canvas.cc b/base/gfx/platform_canvas.cc index ec80f4f..55a2583 100644 --- a/base/gfx/platform_canvas.cc +++ b/base/gfx/platform_canvas.cc @@ -107,4 +107,4 @@ SkDevice* PlatformCanvas::setBitmapDevice(const SkBitmap&) { return NULL; } -} // namespace gfx \ No newline at end of file +} // namespace gfx diff --git a/base/gfx/uniscribe_unittest.cc b/base/gfx/uniscribe_unittest.cc index 8b2419c..cfe1403 100644 --- a/base/gfx/uniscribe_unittest.cc +++ b/base/gfx/uniscribe_unittest.cc @@ -161,4 +161,4 @@ TEST_F(UniscribeTest, TooBig) { } } -} // namespace gfx \ No newline at end of file +} // namespace gfx diff --git a/base/hmac.h b/base/hmac.h index 37c8fc9..a51d899 100644 --- a/base/hmac.h +++ b/base/hmac.h @@ -84,4 +84,4 @@ class HMAC { }; -#endif // BASE_HMAC_H__ \ No newline at end of file +#endif // BASE_HMAC_H__ diff --git a/base/image_util.h b/base/image_util.h index 094da08..68a7297 100644 --- a/base/image_util.h +++ b/base/image_util.h @@ -85,4 +85,4 @@ class ImageMetrics { } // namespace image_util -#endif \ No newline at end of file +#endif diff --git a/base/stats_table_unittest.cc b/base/stats_table_unittest.cc index 28527fc..4f159e5 100644 --- a/base/stats_table_unittest.cc +++ b/base/stats_table_unittest.cc @@ -393,4 +393,4 @@ TEST_F(StatsTableTest, StatsScope) { EXPECT_LE(1000, table.GetCounterValue(L"t:foo")); EXPECT_LE(1000, table.GetCounterValue(L"t:bar")); EXPECT_EQ(2, table.GetCounterValue(L"c:bar")); -} \ No newline at end of file +} diff --git a/base/thread_local_storage_win.cc b/base/thread_local_storage_win.cc index fc38323..8157e88 100644 --- a/base/thread_local_storage_win.cc +++ b/base/thread_local_storage_win.cc @@ -198,4 +198,4 @@ PIMAGE_TLS_CALLBACK p_thread_callback = OnThreadExit; // Reset the default section. #pragma data_seg() -#endif // _WIN64 \ No newline at end of file +#endif // _WIN64 diff --git a/base/timer_unittest.cc b/base/timer_unittest.cc index 4c2593f..8b0f4b7 100644 --- a/base/timer_unittest.cc +++ b/base/timer_unittest.cc @@ -332,4 +332,4 @@ TEST(TimerTest, FifoOrder) { int new_id = 0; while((new_id = manager.pop()) > 0) EXPECT_GT(new_id, last_id); -} \ No newline at end of file +} diff --git a/base/win_util_unittest.cc b/base/win_util_unittest.cc index 2374284..cad3898 100644 --- a/base/win_util_unittest.cc +++ b/base/win_util_unittest.cc @@ -54,4 +54,4 @@ TEST(BaseWinUtilTest, TestGetNonClientMetrics) { EXPECT_TRUE(metrics.cbSize > 0); EXPECT_TRUE(metrics.iScrollWidth > 0); EXPECT_TRUE(metrics.iScrollHeight > 0); -} \ No newline at end of file +} diff --git a/base/word_iterator.h b/base/word_iterator.h index 097290f..14db408 100644 --- a/base/word_iterator.h +++ b/base/word_iterator.h @@ -112,4 +112,4 @@ class WordIterator { DISALLOW_EVIL_CONSTRUCTORS(WordIterator); }; -#endif // BASE_WORD_ITERATOR_H__ \ No newline at end of file +#endif // BASE_WORD_ITERATOR_H__ -- cgit v1.1