Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(576)

Issue 6639044: code review 6639044: gofmt: apply gofmt -w -s src misc (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 5 months ago by gri
Modified:
12 years, 5 months ago
Reviewers:
CC:
r, golang-dev
Visibility:
Public.

Description

gofmt: apply gofmt -w -s src misc Preparation for forthcoming CL 6624051: Will make it easier to see if/what changes are incurred by it. The alignment changes in this CL are due to CL 6610051 (fix to alignment heuristic) where it appears that an old version of gofmt was run (and thus the correct alignment updates were not done).

Patch Set 1 #

Patch Set 2 : diff -r 5bd16fb918cf https://code.google.com/p/go #

Patch Set 3 : diff -r 6976c7f91270 https://code.google.com/p/go #

Patch Set 4 : diff -r 1b587887ceb2 https://code.google.com/p/go #

Total comments: 2

Patch Set 5 : diff -r 1b587887ceb2 https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4177 lines, -4177 lines) Patch
M src/cmd/cgo/gcc.go View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/cmd/go/build.go View 1 1 chunk +4 lines, -4 lines 0 comments Download
M src/pkg/crypto/x509/x509_test.go View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/pkg/exp/html/entity.go View 1 1 chunk +2077 lines, -2077 lines 0 comments Download
M src/pkg/exp/html/token_test.go View 1 1 chunk +14 lines, -14 lines 0 comments Download
M src/pkg/html/entity.go View 1 1 chunk +2077 lines, -2077 lines 0 comments Download
M src/pkg/time/time_test.go View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4
gri
Hello r@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
12 years, 5 months ago (2012-10-09 22:52:40 UTC) #1
r
LGTM http://codereview.appspot.com/6639044/diff/6001/src/cmd/cgo/gcc.go File src/cmd/cgo/gcc.go (right): http://codereview.appspot.com/6639044/diff/6001/src/cmd/cgo/gcc.go#newcode768 src/cmd/cgo/gcc.go:768: "-xc", // input language is C why is ...
12 years, 5 months ago (2012-10-09 23:39:07 UTC) #2
gri
FYI. https://codereview.appspot.com/6639044/diff/6001/src/cmd/cgo/gcc.go File src/cmd/cgo/gcc.go (right): https://codereview.appspot.com/6639044/diff/6001/src/cmd/cgo/gcc.go#newcode768 src/cmd/cgo/gcc.go:768: "-xc", // input language is C On 2012/10/09 ...
12 years, 5 months ago (2012-10-10 00:00:47 UTC) #3
gri
12 years, 5 months ago (2012-10-10 00:01:39 UTC) #4
*** Submitted as http://code.google.com/p/go/source/detail?r=7a30d6a1d918 ***

gofmt: apply gofmt -w -s src misc

Preparation for forthcoming CL 6624051: Will make it
easier to see if/what changes are incurred by it.

The alignment changes in this CL are due to CL 6610051
(fix to alignment heuristic) where it appears that an
old version of gofmt was run (and thus the correct
alignment updates were not done).

R=r
CC=golang-dev
http://codereview.appspot.com/6639044
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b