Bug 1046841 - Fix more style violations in previously touched .cpp files in xpcom/. r=froydnj
This commit is contained in:
@@ -23,7 +23,7 @@ nsTAdoptingString_CharT::operator=(const self_type& str)
|
||||
SetDataFlags(F_TERMINATED | F_OWNED);
|
||||
|
||||
// Make str forget the buffer we just took ownership of.
|
||||
new(mutable_str) self_type();
|
||||
new (mutable_str) self_type();
|
||||
} else {
|
||||
Assign(str);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user