]> Cypherpunks repositories - gostls13.git/commitdiff
syscall: gofmt
authorMikio Hara <mikioh.mikioh@gmail.com>
Fri, 6 Feb 2015 05:54:28 +0000 (14:54 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Fri, 6 Feb 2015 06:06:20 +0000 (06:06 +0000)
And the silence of the git-codereview.

Change-Id: If3f7fe2de2ab4c1756f3cef8267199049d468b31
Reviewed-on: https://go-review.googlesource.com/3983
Reviewed-by: Minux Ma <minux@golang.org>
src/syscall/syscall_darwin_arm.go

index e9d187d6c173c1a7c599edac71ebacb1183f5762..2a7d4f2db638bf6bc797526a7c8f12ccda3b0f0d 100644 (file)
@@ -68,4 +68,3 @@ func sendfile(outfd int, infd int, offset *int64, count int) (written int, err e
 }
 
 func Syscall9(num, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r1, r2 uintptr, err Errno) // sic
-