]> Cypherpunks repositories - gostls13.git/commit
internal/syscall/windows: convert CRLF line endings
authorTobias Klauser <tklauser@distanz.ch>
Thu, 19 Apr 2018 10:12:51 +0000 (12:12 +0200)
committerTobias Klauser <tobias.klauser@gmail.com>
Thu, 19 Apr 2018 10:40:15 +0000 (10:40 +0000)
commitd5a52e704490264a5dabb9c2f944bb67cd879db0
treeb8b69276ceb3d7fcbdafa54906866b402ddfa575
parentc23afa9ddb1180b929ba09a7d96710677a2a4b45
internal/syscall/windows: convert CRLF line endings

CL 99337 introduced a file with CRLF line endings. Convert them to LF
line endings as in all other Go files.

Change-Id: I68b28fd443f05bebbbd9280d1821c4ccd33a4a8a
Reviewed-on: https://go-review.googlesource.com/108075
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Alex Brainman <alex.brainman@gmail.com>
src/internal/syscall/windows/symlink_windows.go