aboutsummaryrefslogtreecommitdiff
path: root/test/sieve.go
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2009-08-17 13:30:22 -0700
committerRob Pike <r@golang.org>2009-08-17 13:30:22 -0700
commit74dd0ab670751feca69ca1aaf4db9859c5e52b41 (patch)
tree971cc7e3c955465162133ad90062126ba518107a /test/sieve.go
parent3e804ba7a71576ec042cf7c22bf3b53b92b0eb60 (diff)
downloadgo-74dd0ab670751feca69ca1aaf4db9859c5e52b41.tar.gz
go-74dd0ab670751feca69ca1aaf4db9859c5e52b41.zip
fix up some irregular indentation
R=rsc OCL=33382 CL=33391
Diffstat (limited to 'test/sieve.go')
-rw-r--r--test/sieve.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sieve.go b/test/sieve.go
index e163456176..ec2ce446e5 100644
--- a/test/sieve.go
+++ b/test/sieve.go
@@ -38,5 +38,5 @@ func Sieve() {
}
func main() {
- Sieve()
+ Sieve()
}