]> Cypherpunks repositories - gostls13.git/commit
path/filepath: fixed misaligned comment.
authorKay Zhu <kayzhu@google.com>
Tue, 11 Mar 2014 21:34:07 +0000 (14:34 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 11 Mar 2014 21:34:07 +0000 (14:34 -0700)
commit07dc50b8f19d1a1750baf46685e375545591be85
tree74ec1ef06ae88944b29de5d313f715849fa348be
parent053127b12f4ad04417f3d26b0acbf91e9a9c1a6a
path/filepath: fixed misaligned comment.

The comment for 'Clean' function is prepended with spaces instead of
a single tab, resulting in visually misaligned comment in the generated
documentation.

LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/73840043
src/pkg/path/filepath/path.go