1
0
mirror of https://github.com/golang/go synced 2024-09-30 14:28:33 -06:00
go/lib
Rob Pike ee23998963 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
2009-06-22 14:18:23 -07:00
..
godoc tweak the newlines so the headers stand out better. 2009-06-22 14:18:23 -07:00
place-holder help management of empty pkg and lib directories in perforce 2008-07-21 17:10:49 -07:00