From 051b66c2c7148f69ade0f6211e36ef827ea0c2ff Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Tue, 30 Oct 2012 13:38:01 -0700 Subject: gofmt: apply gofmt -w src misc Remove trailing whitespace in comments. No other changes. R=r CC=golang-dev http://codereview.appspot.com/6815053 --- src/pkg/os/user/lookup_unix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pkg/os/user/lookup_unix.go') diff --git a/src/pkg/os/user/lookup_unix.go b/src/pkg/os/user/lookup_unix.go index 2c53c9536..1102e5bb1 100644 --- a/src/pkg/os/user/lookup_unix.go +++ b/src/pkg/os/user/lookup_unix.go @@ -29,7 +29,7 @@ static int mygetpwuid_r(int uid, struct passwd *pwd, */ import "C" -// Current returns the current user. +// Current returns the current user. func Current() (*User, error) { return lookup(syscall.Getuid(), "", false) } -- cgit v1.2.1