summaryrefslogtreecommitdiffstats
path: root/base/debug_on_start.cc
diff options
context:
space:
mode:
authorerg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-13 23:23:47 +0000
committererg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-13 23:23:47 +0000
commitee5e3797e086af04cc8fc23ec32f8b7cc457da01 (patch)
treec3510eb56b5f3bd344e2b027200eb6d2087d7c2e /base/debug_on_start.cc
parent332c74a3af4ce2f33709f2e080b4a7f498759629 (diff)
downloadchromium_src-ee5e3797e086af04cc8fc23ec32f8b7cc457da01.zip
chromium_src-ee5e3797e086af04cc8fc23ec32f8b7cc457da01.tar.gz
chromium_src-ee5e3797e086af04cc8fc23ec32f8b7cc457da01.tar.bz2
Fix a whole bunch of style nits.
(Long term intention is to add a subset of cpplint.py to the presubmit script.) Review URL: http://codereview.chromium.org/276008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28914 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/debug_on_start.cc')
-rw-r--r--base/debug_on_start.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/base/debug_on_start.cc b/base/debug_on_start.cc
index 9011ca2..9cabde5 100644
--- a/base/debug_on_start.cc
+++ b/base/debug_on_start.cc
@@ -16,8 +16,7 @@
// The code is not that bright and will find things like ---argument or
// /-/argument.
// Note: command_line is non-destructively modified.
-bool DebugOnStart::FindArgument(wchar_t* command_line, const char* argument_c)
-{
+bool DebugOnStart::FindArgument(wchar_t* command_line, const char* argument_c) {
wchar_t argument[50];
for (int i = 0; argument_c[i]; ++i)
argument[i] = argument_c[i];