From 6ce52695312dc321301b8b80f3e2fddadccb089a Mon Sep 17 00:00:00 2001 From: "deanm@chromium.org" Date: Wed, 11 Mar 2009 15:06:36 +0000 Subject: NO CODE CHANGE Normalize end of file newlines in sandbox/. All files end in a single newline. Review URL: http://codereview.chromium.org/43080 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11447 0039d316-1c4b-4281-b951-d872f2087c98 --- sandbox/tests/unit_tests/stdafx.cc | 1 - sandbox/tests/unit_tests/stdafx.h | 1 - sandbox/tests/unit_tests/unit_tests.cc | 1 - 3 files changed, 3 deletions(-) (limited to 'sandbox/tests/unit_tests') diff --git a/sandbox/tests/unit_tests/stdafx.cc b/sandbox/tests/unit_tests/stdafx.cc index 33fcc7e..f0b684b 100644 --- a/sandbox/tests/unit_tests/stdafx.cc +++ b/sandbox/tests/unit_tests/stdafx.cc @@ -3,4 +3,3 @@ // found in the LICENSE file. #include "sandbox/tests/unit_tests/stdafx.h" - diff --git a/sandbox/tests/unit_tests/stdafx.h b/sandbox/tests/unit_tests/stdafx.h index 90ce7223f..05397e0 100644 --- a/sandbox/tests/unit_tests/stdafx.h +++ b/sandbox/tests/unit_tests/stdafx.h @@ -10,4 +10,3 @@ #include #endif // SANDBOX_TESTS_UNIT_TESTS_STDAFX_H__ - diff --git a/sandbox/tests/unit_tests/unit_tests.cc b/sandbox/tests/unit_tests/unit_tests.cc index 8800694..521be42 100644 --- a/sandbox/tests/unit_tests/unit_tests.cc +++ b/sandbox/tests/unit_tests/unit_tests.cc @@ -14,4 +14,3 @@ int wmain(int argc, wchar_t **argv) { testing::InitGoogleTest(&argc, argv); return RUN_ALL_TESTS(); } - -- cgit v1.1