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/common | |
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/common')
-rw-r--r-- | sandbox/tests/common/controller.cc | 1 | ||||
-rw-r--r-- | sandbox/tests/common/controller.h | 1 |
2 files changed, 0 insertions, 2 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__ - |