Skip to content

Commit e70e0a6

Browse files
committed
all: remove trailing whitespace from HTML files
I noticed lots of trailing whitespace in one of cmd/trace's HTML files. While at it, remove a few others from still-maintained files. Leave old documents alone, such as doc/devel/weekly.html. Change-Id: I7de7bbb6dd3fe6403bbb1f1178a8d3640c1e537b Reviewed-on: https://go-review.googlesource.com/c/go/+/196178 Run-TryBot: Daniel Martí <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent 1aa64b5 commit e70e0a6

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

doc/articles/wiki/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ <h2>Validation</h2>
581581

582582
<p>
583583
First, add <code>"regexp"</code> to the <code>import</code> list.
584-
Then we can create a global variable to store our validation
584+
Then we can create a global variable to store our validation
585585
expression:
586586
</p>
587587

doc/gccgo_contribute.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ <h2>Submitting Changes</h2>
105105
<p>
106106
Changes to the Go frontend should follow the same process as for the
107107
main Go repository, only for the <code>gofrontend</code> project and
108-
the <code>[email protected]</code> mailing list
108+
the <code>[email protected]</code> mailing list
109109
rather than the <code>go</code> project and the
110110
<code>[email protected]</code> mailing list. Those changes
111111
will then be merged into the GCC sources.

doc/gccgo_install.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ <h2 id="Source_code">Source code</h2>
8080

8181
<p>
8282
If you cannot use a release, or prefer to build gccgo for
83-
yourself,
83+
yourself,
8484
the gccgo source code is accessible via Subversion. The
8585
GCC web site
8686
has <a href="https://gcc.gnu.org/svn.html">instructions for getting the

doc/go_faq.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ <h3 id="What_is_the_purpose_of_the_project">
3939

4040
<p>
4141
These considerations led to
42-
<a href="https://commandcenter.blogspot.com/2017/09/go-ten-years-and-climbing.html">a
42+
<a href="https://commandcenter.blogspot.com/2017/09/go-ten-years-and-climbing.html">a
4343
series of discussions</a> from which Go arose, first as a set of ideas and
4444
desiderata, then as a language.
4545
An overarching goal was that Go do more to help the working programmer
@@ -1282,7 +1282,7 @@ <h3 id="git_https">
12821282

12831283
<p>
12841284
Companies often permit outgoing traffic only on the standard TCP ports 80 (HTTP)
1285-
and 443 (HTTPS), blocking outgoing traffic on other ports, including TCP port 9418
1285+
and 443 (HTTPS), blocking outgoing traffic on other ports, including TCP port 9418
12861286
(git) and TCP port 22 (SSH).
12871287
When using HTTPS instead of HTTP, <code>git</code> enforces certificate validation by
12881288
default, providing protection against man-in-the-middle, eavesdropping and tampering attacks.

misc/trace/trace_viewer_full.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -397,23 +397,23 @@
397397
<span id="content"></span>
398398

399399
<span id="significance">
400-
400+
401401
<svg id="insignificant" viewBox="0 0 128 128">
402402
<circle cx="64" cy="64" r="60"></circle>
403403
<circle cx="44" cy="44" r="4"></circle>
404404
<circle cx="84" cy="44" r="4"></circle>
405405
<line x1="36" x2="92" y1="80" y2="80"></line>
406406
</svg>
407407

408-
408+
409409
<svg id="significantly_better" viewBox="0 0 128 128">
410410
<circle cx="64" cy="64" r="60"></circle>
411411
<circle cx="44" cy="44" r="4"></circle>
412412
<circle cx="84" cy="44" r="4"></circle>
413413
<path d="M 28 64 Q 64 128 100 64"></path>
414414
</svg>
415415

416-
416+
417417
<svg id="significantly_worse" viewBox="0 0 128 128">
418418
<circle cx="64" cy="64" r="60"></circle>
419419
<circle cx="44" cy="44" r="4"></circle>
@@ -677,7 +677,7 @@
677677

678678
<div id="header"></div>
679679
<input id="stacking-distance-slider" max="400" min="1" step="1" type="range"/>
680-
680+
681681
<canvas id="canvas"></canvas>
682682
<img id="chrome-left"/>
683683
<img id="chrome-mid"/>
@@ -815,7 +815,7 @@
815815
<label id="label"></label>
816816
</template>
817817
</dom-module><template id="chart-base-template">
818-
<svg>
818+
<svg>
819819
<g id="chart-area" xmlns="http://www.w3.org/2000/svg">
820820
<g class="x axis"></g>
821821
<g class="y axis"></g>
@@ -1185,7 +1185,7 @@ <h1 id="blink_rcs_heading"></h1>
11851185
<div id="label">Heap details</div>
11861186
<div id="view_mode_container">
11871187
<span>View mode:</span>
1188-
1188+
11891189
</div>
11901190
</div>
11911191
<div id="contents">
@@ -1392,11 +1392,11 @@ <h1 id="blink_rcs_heading"></h1>
13921392
font-size: 15px;
13931393
}
13941394
</style>
1395-
1395+
13961396
<div id="label"></div>
13971397
<div id="aggregation_mode_container">
13981398
<span>Metric aggregation:</span>
1399-
1399+
14001400
</div>
14011401
</template>
14021402
</dom-module><dom-module id="tr-ui-a-stacked-pane-view">
@@ -1450,7 +1450,7 @@ <h1 id="blink_rcs_heading"></h1>
14501450
</style>
14511451
<tr-ui-b-table id="table">
14521452
</tr-ui-b-table>
1453-
1453+
14541454
</template>
14551455
</dom-module><dom-module id="tr-ui-a-selection-summary-table">
14561456
<template>
@@ -1466,7 +1466,7 @@ <h1 id="blink_rcs_heading"></h1>
14661466
</style>
14671467
<tr-ui-b-table id="table">
14681468
</tr-ui-b-table>
1469-
1469+
14701470
</template>
14711471
</dom-module><dom-module id="tr-ui-b-radio-picker">
14721472
<template>

0 commit comments

Comments
 (0)