summaryrefslogtreecommitdiffstats
path: root/sandbox/tests/unit_tests
diff options
context:
space:
mode:
authordeanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-11 15:06:36 +0000
committerdeanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-11 15:06:36 +0000
commit6ce52695312dc321301b8b80f3e2fddadccb089a (patch)
tree6dcaf1512f214ce466bbf7e5826d309df055c029 /sandbox/tests/unit_tests
parenta0a8b1dafec8eb65006ec73cc1d74a4c50cf61f0 (diff)
downloadchromium_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/unit_tests')
-rw-r--r--sandbox/tests/unit_tests/stdafx.cc1
-rw-r--r--sandbox/tests/unit_tests/stdafx.h1
-rw-r--r--sandbox/tests/unit_tests/unit_tests.cc1
3 files changed, 0 insertions, 3 deletions
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();
}
-