clang-format quality problem |
||||
Issue description
clang-format produced code that (choose all that apply):
- Doesn't match Chromium style
- No sane human would ever choose
Here's the code before formatting:
if (action == @selector(showGuessPanel:) ||
action == @selector(toggleGrammarChecking:)) {
Here's the code after formatting:
if (action == @selector(showGuessPanel:) || action == @selector
(toggleGrammarChecking:)) {
Here's how it ought to look:
if (action == @selector(showGuessPanel:) ||
action == @selector(toggleGrammarChecking:)) {
Code review link for full files/context:
https://chromium-review.googlesource.com/c/chromium/src/+/860520
,
Aug 1
,
Nov 27
,
Jan 11
Setting defect without priority to Pri-2.
,
Jan 11
Setting defect without priority to Pri-2. |
||||
►
Sign in to add a comment |
||||
Comment 1 by thakis@chromium.org
, Jan 23 2018