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

Issue 5520044: code review 5520044: doc: trim spaces from code snippets (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 3 months ago by adg
Modified:
13 years, 3 months ago
Reviewers:
CC:
golang-dev, iant
Visibility:
Public.

Description

doc: trim spaces from code snippets gofmt likes to put lines like // STOP OMIT two blank lines from a closing brace, creating an ugly space inside <pre> blocks in some of these files. This change resolves this issue.

Patch Set 1 #

Patch Set 2 : diff -r 3395d16c46b3 https://go.googlecode.com/hg #

Unified diffs Side-by-side diffs Delta from patch set Stats (+102 lines, -185 lines) Patch
M doc/articles/defer_panic_recover.html View 6 chunks +6 lines, -12 lines 0 comments Download
M doc/articles/error_handling.html View 19 chunks +25 lines, -45 lines 0 comments Download
M doc/effective_go.html View 4 chunks +4 lines, -8 lines 0 comments Download
M doc/go1.html View 15 chunks +18 lines, -30 lines 0 comments Download
M doc/go_tutorial.html View 40 chunks +47 lines, -90 lines 0 comments Download
M doc/tmpltohtml.go View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 3
adg
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg
13 years, 3 months ago (2012-01-05 06:44:42 UTC) #1
iant
LGTM
13 years, 3 months ago (2012-01-05 17:21:33 UTC) #2
adg
13 years, 3 months ago (2012-01-05 22:20:37 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=904c12a55d8a ***

doc: trim spaces from code snippets

gofmt likes to put lines like
  // STOP OMIT
two blank lines from a closing brace, creating an ugly space inside
<pre> blocks in some of these files. This change resolves this issue.

R=golang-dev, iant
CC=golang-dev
http://codereview.appspot.com/5520044
Sign in to reply to this message.

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