Commit e3d2a29e authored by Rob Pike's avatar Rob Pike

doc/effective_go.html: replace tab with spaces.

R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/4609042
parent d6653fed
......@@ -350,7 +350,7 @@ Both names read well in practice:
<pre>
owner := obj.Owner()
if owner != user {
obj.SetOwner(user)
obj.SetOwner(user)
}
</pre>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment