]> Cypherpunks repositories - gostls13.git/commitdiff
tweak the newlines so the headers stand out better.
authorRob Pike <r@golang.org>
Mon, 22 Jun 2009 21:18:23 +0000 (14:18 -0700)
committerRob Pike <r@golang.org>
Mon, 22 Jun 2009 21:18:23 +0000 (14:18 -0700)
old:
CONSTANTS
const (
    MissingKind = iota;
  )
new:
CONSTANTS

const (
    MissingKind = iota;
 )

R=gri,rsc
DELTA=4  (4 added, 0 deleted, 0 changed)
OCL=30362
CL=30598

lib/godoc/package.txt

index c7ffa09213f4cdd20a0f2307f14e7c9e57414325..542c2c460e0422b41f2513702da0a42a6e4e274b 100644 (file)
@@ -17,6 +17,7 @@ import "{ImportPath}"
 {.section Consts}
 
 CONSTANTS
+
 {.repeated section @}
 {Decl}
 {Doc}
@@ -25,6 +26,7 @@ CONSTANTS
 {.section Vars}
 
 VARIABLES
+
 {.repeated section @}
 {Decl}
 {Doc}
@@ -33,6 +35,7 @@ VARIABLES
 {.section Funcs}
 
 FUNCTIONS
+
 {.repeated section @}
 {Decl}
 {Doc}
@@ -41,6 +44,7 @@ FUNCTIONS
 {.section Types}
 
 TYPES
+
 {.repeated section @}
 {Decl}
 {Doc}