summaryrefslogtreecommitdiff
path: root/test/stringrange.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/stringrange.go
parent3e804ba7a71576ec042cf7c22bf3b53b92b0eb60 (diff)
downloadgo-git-74dd0ab670751feca69ca1aaf4db9859c5e52b41.tar.gz
fix up some irregular indentation
R=rsc OCL=33382 CL=33391
Diffstat (limited to 'test/stringrange.go')
-rw-r--r--test/stringrange.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/stringrange.go b/test/stringrange.go
index 6169e973b8..5d5b3a3b8c 100644
--- a/test/stringrange.go
+++ b/test/stringrange.go
@@ -6,10 +6,10 @@
package main
-import(
- "fmt";
- "os";
- "utf8";
+import (
+ "fmt";
+ "os";
+ "utf8";
)
func main() {