From: Robert Griesemer Date: Sat, 23 Jul 2011 05:45:14 +0000 (-0700) Subject: fix build: clean up file end in an attempt to fix build X-Git-Tag: weekly.2011-07-29~74 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=3ddaa95d718629ba68329977a980562df487afa6;p=gostls13.git fix build: clean up file end in an attempt to fix build R=r, iant CC=golang-dev https://golang.org/cl/4809050 --- diff --git a/src/cmd/ld/go.c b/src/cmd/ld/go.c index 1c77cca1a8..cc0262f040 100644 --- a/src/cmd/ld/go.c +++ b/src/cmd/ld/go.c @@ -864,6 +864,3 @@ importcycles(void) for(p=pkgall; p; p=p->all) cycle(p); } - - - \ No newline at end of file