Chromium Code Reviews| Index: base/sync_socket_posix.cc |
| diff --git a/base/sync_socket_posix.cc b/base/sync_socket_posix.cc |
| index d4a302e57b8f27068941af0d429df3d3c0eeacd6..194c0bc67c128c291a03831b429443b9f80a49e4 100644 |
| --- a/base/sync_socket_posix.cc |
| +++ b/base/sync_socket_posix.cc |
| @@ -63,7 +63,7 @@ |
| pair[1] = tmp_sockets[1]; |
| return true; |
| - cleanup: |
| +cleanup: |
| if (handles[0] != kInvalidHandle) |
| (void) close(handles[0]); |
| if (handles[1] != kInvalidHandle) |