diff options
author | deanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-11 15:06:36 +0000 |
---|---|---|
committer | deanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-11 15:06:36 +0000 |
commit | 6ce52695312dc321301b8b80f3e2fddadccb089a (patch) | |
tree | 6dcaf1512f214ce466bbf7e5826d309df055c029 /sandbox/tests | |
parent | a0a8b1dafec8eb65006ec73cc1d74a4c50cf61f0 (diff) | |
download | chromium_src-6ce52695312dc321301b8b80f3e2fddadccb089a.zip chromium_src-6ce52695312dc321301b8b80f3e2fddadccb089a.tar.gz chromium_src-6ce52695312dc321301b8b80f3e2fddadccb089a.tar.bz2 |
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
Diffstat (limited to 'sandbox/tests')
-rw-r--r-- | sandbox/tests/common/controller.cc | 1 | ||||
-rw-r--r-- | sandbox/tests/common/controller.h | 1 | ||||
-rw-r--r-- | sandbox/tests/integration_tests/integration_tests.cc | 1 | ||||
-rw-r--r-- | sandbox/tests/integration_tests/integration_tests_test.cc | 1 | ||||
-rw-r--r-- | sandbox/tests/integration_tests/stdafx.cc | 1 | ||||
-rw-r--r-- | sandbox/tests/integration_tests/stdafx.h | 1 | ||||
-rw-r--r-- | sandbox/tests/unit_tests/stdafx.cc | 1 | ||||
-rw-r--r-- | sandbox/tests/unit_tests/stdafx.h | 1 | ||||
-rw-r--r-- | sandbox/tests/unit_tests/unit_tests.cc | 1 | ||||
-rw-r--r-- | sandbox/tests/validation_tests/commands.cc | 1 | ||||
-rw-r--r-- | sandbox/tests/validation_tests/commands.h | 1 | ||||
-rw-r--r-- | sandbox/tests/validation_tests/stdafx.cc | 2 | ||||
-rw-r--r-- | sandbox/tests/validation_tests/stdafx.h | 1 | ||||
-rw-r--r-- | sandbox/tests/validation_tests/suite.cc | 1 | ||||
-rw-r--r-- | sandbox/tests/validation_tests/unit_tests.cc | 1 |
15 files changed, 0 insertions, 16 deletions
diff --git a/sandbox/tests/common/controller.cc b/sandbox/tests/common/controller.cc index 915dd16..802b1b6 100644 --- a/sandbox/tests/common/controller.cc +++ b/sandbox/tests/common/controller.cc @@ -253,4 +253,3 @@ int DispatchCall(int argc, wchar_t **argv) { } } // namespace sandbox - diff --git a/sandbox/tests/common/controller.h b/sandbox/tests/common/controller.h index 1584f57..8300846 100644 --- a/sandbox/tests/common/controller.h +++ b/sandbox/tests/common/controller.h @@ -126,4 +126,3 @@ int DispatchCall(int argc, wchar_t **argv); } // namespace sandbox #endif // SANDBOX_TESTS_COMMON_CONTROLLER_H__ - diff --git a/sandbox/tests/integration_tests/integration_tests.cc b/sandbox/tests/integration_tests/integration_tests.cc index dc420a1..f7cbd15 100644 --- a/sandbox/tests/integration_tests/integration_tests.cc +++ b/sandbox/tests/integration_tests/integration_tests.cc @@ -15,4 +15,3 @@ int wmain(int argc, wchar_t **argv) { testing::InitGoogleTest(&argc, argv); return RUN_ALL_TESTS(); } - diff --git a/sandbox/tests/integration_tests/integration_tests_test.cc b/sandbox/tests/integration_tests/integration_tests_test.cc index ce15d98..b610681 100644 --- a/sandbox/tests/integration_tests/integration_tests_test.cc +++ b/sandbox/tests/integration_tests/integration_tests_test.cc @@ -92,4 +92,3 @@ TEST(IntegrationTestsTest, ForwardsArguments) { } } // namespace sandbox - diff --git a/sandbox/tests/integration_tests/stdafx.cc b/sandbox/tests/integration_tests/stdafx.cc index de0e1fa..e557e72 100644 --- a/sandbox/tests/integration_tests/stdafx.cc +++ b/sandbox/tests/integration_tests/stdafx.cc @@ -3,4 +3,3 @@ // found in the LICENSE file. #include "sandbox/tests/integration_tests/stdafx.h" - diff --git a/sandbox/tests/integration_tests/stdafx.h b/sandbox/tests/integration_tests/stdafx.h index 80413d9..e7877cf 100644 --- a/sandbox/tests/integration_tests/stdafx.h +++ b/sandbox/tests/integration_tests/stdafx.h @@ -10,4 +10,3 @@ #include <stdlib.h> #endif // SANDBOX_TESTS_INTEGRATION_TESTS_STDAFX_H__ - 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 <stdlib.h> #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(); } - diff --git a/sandbox/tests/validation_tests/commands.cc b/sandbox/tests/validation_tests/commands.cc index 0d208d3..2c9f89b 100644 --- a/sandbox/tests/validation_tests/commands.cc +++ b/sandbox/tests/validation_tests/commands.cc @@ -252,4 +252,3 @@ int TestSwitchDesktop() { } } // namespace sandbox - diff --git a/sandbox/tests/validation_tests/commands.h b/sandbox/tests/validation_tests/commands.h index 2b4cbd9..47f7c26 100644 --- a/sandbox/tests/validation_tests/commands.h +++ b/sandbox/tests/validation_tests/commands.h @@ -35,4 +35,3 @@ int TestSwitchDesktop(); } // namespace sandbox #endif // SANDBOX_TESTS_VALIDATION_TESTS_COMMANDS_H__ - diff --git a/sandbox/tests/validation_tests/stdafx.cc b/sandbox/tests/validation_tests/stdafx.cc index f12d037..fcce090 100644 --- a/sandbox/tests/validation_tests/stdafx.cc +++ b/sandbox/tests/validation_tests/stdafx.cc @@ -3,5 +3,3 @@ // found in the LICENSE file. #include "sandbox/tests/validation_tests/stdafx.h" - - diff --git a/sandbox/tests/validation_tests/stdafx.h b/sandbox/tests/validation_tests/stdafx.h index c180372..6810c66 100644 --- a/sandbox/tests/validation_tests/stdafx.h +++ b/sandbox/tests/validation_tests/stdafx.h @@ -11,4 +11,3 @@ #include <shlwapi.h> #endif // SANDBOX_TESTS_VALIDATION_TESTS__STDAFX_H__ - diff --git a/sandbox/tests/validation_tests/suite.cc b/sandbox/tests/validation_tests/suite.cc index abc465d..ebddcf1 100644 --- a/sandbox/tests/validation_tests/suite.cc +++ b/sandbox/tests/validation_tests/suite.cc @@ -113,4 +113,3 @@ TEST(ValidationSuite, TestThread) { } } // namespace sandbox - diff --git a/sandbox/tests/validation_tests/unit_tests.cc b/sandbox/tests/validation_tests/unit_tests.cc index 715e189..4cd36ce 100644 --- a/sandbox/tests/validation_tests/unit_tests.cc +++ b/sandbox/tests/validation_tests/unit_tests.cc @@ -14,4 +14,3 @@ int wmain(int argc, wchar_t **argv) { testing::InitGoogleTest(&argc, argv); return RUN_ALL_TESTS(); } - |