]> Cypherpunks repositories - gostls13.git/commitdiff
all: remove trailing whitespace from HTML files
authorDaniel Martí <mvdan@mvdan.cc>
Wed, 18 Sep 2019 16:13:46 +0000 (17:13 +0100)
committerDaniel Martí <mvdan@mvdan.cc>
Wed, 18 Sep 2019 18:32:20 +0000 (18:32 +0000)
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í <mvdan@mvdan.cc>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
doc/articles/wiki/index.html
doc/gccgo_contribute.html
doc/gccgo_install.html
doc/go_faq.html
misc/trace/trace_viewer_full.html

index b7ab2cc622fd5017b3ee7260e8a800512e32b899..f8144bbac334b8d62c639244d6f6f46e5ead5ec5 100644 (file)
@@ -581,7 +581,7 @@ this, we can write a function to validate the title with a regular expression.
 
 <p>
 First, add <code>"regexp"</code> to the <code>import</code> list.
-Then we can create a global variable to store our validation 
+Then we can create a global variable to store our validation
 expression:
 </p>
 
index 6374cd0cbe7eb630df82b9f063641ba4cda00f2e..395902d7cb6c25c583137af8e5d8e6addcbaa519 100644 (file)
@@ -105,7 +105,7 @@ or <code>gcc/testsuite/go.dg</code> directories in the GCC repository.
 <p>
 Changes to the Go frontend should follow the same process as for the
 main Go repository, only for the <code>gofrontend</code> project and
-the <code>gofrontend-dev@googlegroups.com</code> mailing list 
+the <code>gofrontend-dev@googlegroups.com</code> mailing list
 rather than the <code>go</code> project and the
 <code>golang-dev@googlegroups.com</code> mailing list.  Those changes
 will then be merged into the GCC sources.
index 5b026ba57e35643761f2e44a872e828f24aafe71..08415a871bfa764add5a60c2d5d26f7b1db0e62e 100644 (file)
@@ -80,7 +80,7 @@ release.
 
 <p>
 If you cannot use a release, or prefer to build gccgo for
-yourself, 
+yourself,
 the gccgo source code is accessible via Subversion. The
 GCC web site
 has <a href="https://gcc.gnu.org/svn.html">instructions for getting the
index dd3ba84cac6a717cb44b821c5d5eb4abf981c5be..e40dde77e8bbcc5365ece980ea7b6a4359717843 100644 (file)
@@ -39,7 +39,7 @@ garbage collection, or at least some sort of safe automatic memory management wa
 
 <p>
 These considerations led to
-<a href="https://commandcenter.blogspot.com/2017/09/go-ten-years-and-climbing.html">a 
+<a href="https://commandcenter.blogspot.com/2017/09/go-ten-years-and-climbing.html">a
 series of discussions</a> from which Go arose, first as a set of ideas and
 desiderata, then as a language.
 An overarching goal was that Go do more to help the working programmer
@@ -1282,7 +1282,7 @@ Why does "go get" use HTTPS when cloning a repository?</h3>
 
 <p>
 Companies often permit outgoing traffic only on the standard TCP ports 80 (HTTP)
-and 443 (HTTPS), blocking outgoing traffic on other ports, including TCP port 9418 
+and 443 (HTTPS), blocking outgoing traffic on other ports, including TCP port 9418
 (git) and TCP port 22 (SSH).
 When using HTTPS instead of HTTP, <code>git</code> enforces certificate validation by
 default, providing protection against man-in-the-middle, eavesdropping and tampering attacks.
index ba9dcc6652978561b5f68f08504c4ce632c8bfc5..29360698bac0bc6f4c5487ed5ce9f4da1c0cdc0f 100644 (file)
     <span id="content"></span>
 
     <span id="significance">
-      
+
       <svg id="insignificant" viewBox="0 0 128 128">
         <circle cx="64" cy="64" r="60"></circle>
         <circle cx="44" cy="44" r="4"></circle>
         <line x1="36" x2="92" y1="80" y2="80"></line>
       </svg>
 
-      
+
       <svg id="significantly_better" viewBox="0 0 128 128">
         <circle cx="64" cy="64" r="60"></circle>
         <circle cx="44" cy="44" r="4"></circle>
         <path d="M 28 64 Q 64 128 100 64"></path>
       </svg>
 
-      
+
       <svg id="significantly_worse" viewBox="0 0 128 128">
         <circle cx="64" cy="64" r="60"></circle>
         <circle cx="44" cy="44" r="4"></circle>
 
   <div id="header"></div>
   <input id="stacking-distance-slider" max="400" min="1" step="1" type="range"/>
-  
+
   <canvas id="canvas"></canvas>
   <img id="chrome-left"/>
   <img id="chrome-mid"/>
     <label id="label"></label>
   </template>
 </dom-module><template id="chart-base-template">
-  <svg> 
+  <svg>
     <g id="chart-area" xmlns="http://www.w3.org/2000/svg">
       <g class="x axis"></g>
       <g class="y axis"></g>
       <div id="label">Heap details</div>
       <div id="view_mode_container">
         <span>View mode:</span>
-        
+
       </div>
     </div>
     <div id="contents">
         font-size: 15px;
       }
     </style>
-    
+
     <div id="label"></div>
     <div id="aggregation_mode_container">
       <span>Metric aggregation:</span>
-      
+
     </div>
   </template>
 </dom-module><dom-module id="tr-ui-a-stacked-pane-view">
     </style>
     <tr-ui-b-table id="table">
     </tr-ui-b-table>
-    
+
   </template>
 </dom-module><dom-module id="tr-ui-a-selection-summary-table">
   <template>
     </style>
     <tr-ui-b-table id="table">
     </tr-ui-b-table>
-    
+
   </template>
 </dom-module><dom-module id="tr-ui-b-radio-picker">
   <template>