summaryrefslogtreecommitdiffstats
path: root/chrome/common/logging_chrome.cc
diff options
context:
space:
mode:
authorerg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-11 17:36:50 +0000
committererg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-11 17:36:50 +0000
commit4a3dab23cadf0cbe68bd82c06fd970ae8b1d7e10 (patch)
tree588a0a6d8a51fc54a3951690cafb753ec6a75ae6 /chrome/common/logging_chrome.cc
parent53976e824cf83d5151b8415b1a0f5c67ec97f7aa (diff)
downloadchromium_src-4a3dab23cadf0cbe68bd82c06fd970ae8b1d7e10.zip
chromium_src-4a3dab23cadf0cbe68bd82c06fd970ae8b1d7e10.tar.gz
chromium_src-4a3dab23cadf0cbe68bd82c06fd970ae8b1d7e10.tar.bz2
A large number of style nits in preparation for turning on automated cpplint.py.
Review URL: http://codereview.chromium.org/385023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31669 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/logging_chrome.cc')
-rw-r--r--chrome/common/logging_chrome.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/logging_chrome.cc b/chrome/common/logging_chrome.cc
index 6af2128..c8580be 100644
--- a/chrome/common/logging_chrome.cc
+++ b/chrome/common/logging_chrome.cc
@@ -206,7 +206,7 @@ size_t GetFatalAssertions(AssertionList* assertions) {
std::string utf8_line;
std::wstring wide_line;
- while(!log_file.eof()) {
+ while (!log_file.eof()) {
getline(log_file, utf8_line);
if (utf8_line.find(":FATAL:") != std::string::npos) {
wide_line = UTF8ToWide(utf8_line);