New issue
Advanced search Search tips

Issue 894056 link

Starred by 1 user

Issue metadata

Status: Duplicate
Merged: issue 710441
Owner:
Closed: Oct 10
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

weird clang-format extra whitespace

Project Member Reported by pauljensen@chromium.org, Oct 10

Issue description

git cl format insists on inserting the wacky extra white-space on the last line before the ".":

        new Thread(new Runnable() {
            @Override
            public void run() {
                try {
                    assertEquals(200, urlConnection.getResponseCode());
                } catch (IOException e) {
                }
                connected.set(true);
            }
        })
                .start();

This is from https://chromium-review.googlesource.com/c/chromium/src/+/1273556
 
Mergedinto: 710441
Status: Duplicate (was: Untriaged)

Sign in to add a comment