summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/notifier/communicator/mailbox.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sync/notifier/communicator/mailbox.cc')
-rw-r--r--chrome/browser/sync/notifier/communicator/mailbox.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sync/notifier/communicator/mailbox.cc b/chrome/browser/sync/notifier/communicator/mailbox.cc
index df8d7cf..5cabf04 100644
--- a/chrome/browser/sync/notifier/communicator/mailbox.cc
+++ b/chrome/browser/sync/notifier/communicator/mailbox.cc
@@ -31,7 +31,7 @@ static void ParseLabelSet(const std::string& text,
char* result = new char[text.size() + 1];
char* next_write = result;
- while(input_cur < input_end) {
+ while (input_cur < input_end) {
if (*input_cur == '|') {
if (next_write != result) {
*next_write = '\0';