New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 816707 link

Starred by 3 users

Issue metadata

Status: Fixed
Owner: ----
Closed: Nov 27
Cc:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: ----
Type: Bug

Blocked on:
issue 768586



Sign in to add a comment

clang-format quality problem - asterisk/ampersand/whitespace

Project Member Reported by estade@google.com, Feb 26 2018

Issue description

clang-format produced code that (choose all that apply): 
- Doesn't match Chromium style

Here's the code before formatting:

-  for (const std::string& notification_id : blocked) {


Here's the code after formatting:

+  for (const std::string &notification_id : blocked) {

Here's how it ought to look:

(no change)

Code review link for full files/context:

https://chromium-review.googlesource.com/c/chromium/src/+/938676
 
Blockedon: 768586
Labels: clang-format
Status: Fixed (was: Untriaged)

Sign in to add a comment