Bug 1144366 followup - Stop declaring multiple pointers on a single line. r=jorendorff

This commit is contained in:
Jan de Mooij
2015-04-02 11:22:21 +02:00
parent ab88ebd3af
commit 75afa21431
55 changed files with 261 additions and 161 deletions

View File

@@ -98,7 +98,8 @@ class Logging
}
void formatObject(bool incoming, bool local, ObjectId id, nsCString& out) {
const char* side, *objDesc;
const char* side;
const char* objDesc;
void* ptr;
if (local == incoming) {