diff options
author | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-13 23:23:47 +0000 |
---|---|---|
committer | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-13 23:23:47 +0000 |
commit | ee5e3797e086af04cc8fc23ec32f8b7cc457da01 (patch) | |
tree | c3510eb56b5f3bd344e2b027200eb6d2087d7c2e /base/debug_util_unittest.cc | |
parent | 332c74a3af4ce2f33709f2e080b4a7f498759629 (diff) | |
download | chromium_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_util_unittest.cc')
-rw-r--r-- | base/debug_util_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/debug_util_unittest.cc b/base/debug_util_unittest.cc index e81b1b7..01551d0 100644 --- a/base/debug_util_unittest.cc +++ b/base/debug_util_unittest.cc @@ -28,7 +28,7 @@ TEST(StackTrace, OutputToStream) { "Unable to resolve symbols. Skipping rest of test."; #if 0 -//TODO(ajwong): Disabling checking of symbol resolution since it depends +// TODO(ajwong): Disabling checking of symbol resolution since it depends // on whether or not symbols are present, and there are too many // configurations to reliably ensure that symbols are findable. #if defined(OS_MACOSX) |