1
0
mirror of https://github.com/golang/go synced 2024-11-26 00:07:57 -07:00

gofmt -w misc

R=rsc
http://go/go-review/1025004
This commit is contained in:
Robert Griesemer 2009-11-05 23:18:06 -08:00
parent 52c549fc9b
commit a074e37489
4 changed files with 11 additions and 12 deletions

View File

@ -40,4 +40,3 @@ func Puts(s string) {
C.free(unsafe.Pointer(p)); C.free(unsafe.Pointer(p));
C.fflushstdout(); C.fflushstdout();
} }