Commit ee239989 authored by Rob Pike's avatar Rob Pike

tweak the newlines so the headers stand out better.

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
parent d281748a
...@@ -17,6 +17,7 @@ import "{ImportPath}" ...@@ -17,6 +17,7 @@ import "{ImportPath}"
{.section Consts} {.section Consts}
CONSTANTS CONSTANTS
{.repeated section @} {.repeated section @}
{Decl} {Decl}
{Doc} {Doc}
...@@ -25,6 +26,7 @@ CONSTANTS ...@@ -25,6 +26,7 @@ CONSTANTS
{.section Vars} {.section Vars}
VARIABLES VARIABLES
{.repeated section @} {.repeated section @}
{Decl} {Decl}
{Doc} {Doc}
...@@ -33,6 +35,7 @@ VARIABLES ...@@ -33,6 +35,7 @@ VARIABLES
{.section Funcs} {.section Funcs}
FUNCTIONS FUNCTIONS
{.repeated section @} {.repeated section @}
{Decl} {Decl}
{Doc} {Doc}
...@@ -41,6 +44,7 @@ FUNCTIONS ...@@ -41,6 +44,7 @@ FUNCTIONS
{.section Types} {.section Types}
TYPES TYPES
{.repeated section @} {.repeated section @}
{Decl} {Decl}
{Doc} {Doc}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment