Chromium Code Reviews| Index: third_party/WebKit/Source/wtf/Assertions.h |
| diff --git a/third_party/WebKit/Source/wtf/Assertions.h b/third_party/WebKit/Source/wtf/Assertions.h |
| index 7109d1dec103ddde36b0756e2503f3be3650fa27..feb59f174a226e86c099527400dda32a15fe15e9 100644 |
| --- a/third_party/WebKit/Source/wtf/Assertions.h |
| +++ b/third_party/WebKit/Source/wtf/Assertions.h |
| @@ -123,8 +123,8 @@ class WTF_EXPORT ScopedLogger { |
| static ScopedLogger*& current(); |
| ScopedLogger* const m_parent; |
| - bool |
| - m_multiline; // The ')' will go on the same line if there is only one entry. |
| + bool m_multiline; // The ')' will go on the same line if there is only one |
| + // entry. |
|
dcheng
2016/10/01 19:58:17
Nit: move comment to previous line
Nico
2016/10/02 00:49:28
Hm, it doesn't look worse as-is and it makes it a
|
| static PrintFunctionPtr m_printFunc; |
| }; |