diff options
author | ckocagil@chromium.org <ckocagil@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-12 14:10:39 +0000 |
---|---|---|
committer | ckocagil@chromium.org <ckocagil@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-12 14:10:39 +0000 |
commit | 23f32ab7eaed5427380eca0ab46c70f4954ed591 (patch) | |
tree | c1302a33239795ad12283b0d76f765a408bdc2d6 /mojo | |
parent | bf819008f4722c736aac11453bc12c084e33a34c (diff) | |
download | chromium_src-23f32ab7eaed5427380eca0ab46c70f4954ed591.zip chromium_src-23f32ab7eaed5427380eca0ab46c70f4954ed591.tar.gz chromium_src-23f32ab7eaed5427380eca0ab46c70f4954ed591.tar.bz2 |
Add newline at the end of files
BUG=290204
TBR=thakis@chromium.org
Review URL: https://codereview.chromium.org/27100002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@228343 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'mojo')
-rw-r--r-- | mojo/shell/app_container.h | 2 | ||||
-rw-r--r-- | mojo/shell/switches.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mojo/shell/app_container.h b/mojo/shell/app_container.h index b02a361..cc3ab00 100644 --- a/mojo/shell/app_container.h +++ b/mojo/shell/app_container.h @@ -40,4 +40,4 @@ class AppContainer { } // namespace shell } // namespace mojo -#endif // MOJO_SHELL_APP_CONTAINER_H_
\ No newline at end of file +#endif // MOJO_SHELL_APP_CONTAINER_H_ diff --git a/mojo/shell/switches.h b/mojo/shell/switches.h index 3ccac80..da0b345 100644 --- a/mojo/shell/switches.h +++ b/mojo/shell/switches.h @@ -11,4 +11,4 @@ extern const char kApp[]; } // namespace switches -#endif // MOJO_SHELL_SWITCHES_H_
\ No newline at end of file +#endif // MOJO_SHELL_SWITCHES_H_ |