summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug024.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
commit1c40663fb96846c5d56e9ea4475cdcbaa24e6adf (patch)
tree971cc7e3c955465162133ad90062126ba518107a /test/fixedbugs/bug024.go
parenta6a1b241351c3df6d48967cfdf40fb3c7fe72ff3 (diff)
downloadgolang-1c40663fb96846c5d56e9ea4475cdcbaa24e6adf.tar.gz
fix up some irregular indentation
R=rsc OCL=33382 CL=33391
Diffstat (limited to 'test/fixedbugs/bug024.go')
-rw-r--r--test/fixedbugs/bug024.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/fixedbugs/bug024.go b/test/fixedbugs/bug024.go
index 51bf5296f..0f4b2ca17 100644
--- a/test/fixedbugs/bug024.go
+++ b/test/fixedbugs/bug024.go
@@ -7,11 +7,11 @@
package main
func main() {
- var i int;
- i = '\'';
- i = '\\';
- var s string;
- s = "\"";
+ var i int;
+ i = '\'';
+ i = '\\';
+ var s string;
+ s = "\"";
}
/*
bug.go:5: unknown escape sequence: '