]> Cypherpunks repositories - gostls13.git/commitdiff
manual fix for better gofmt result
authorRobert Griesemer <gri@golang.org>
Fri, 6 Nov 2009 01:27:02 +0000 (17:27 -0800)
committerRobert Griesemer <gri@golang.org>
Fri, 6 Nov 2009 01:27:02 +0000 (17:27 -0800)
R=r
http://go/go-review/1019005

src/pkg/regexp/regexp.go

index 399981571aa612022526de031e2db819f2bbcb05..9301ccb9890cf819062aca90e8566d0db1f7bc51 100644 (file)
@@ -77,8 +77,7 @@ type Regexp struct {
 }
 
 const (
-       _START  // beginning of program
-               = iota;
+       _START = iota;  // beginning of program
        _END;           // end of program: success
        _BOT;           // '^' beginning of text
        _EOT;           // '$' end of text