Chromium Code Reviews| Index: remoting/test/test_chromoting_client.cc |
| diff --git a/remoting/test/test_chromoting_client.cc b/remoting/test/test_chromoting_client.cc |
| index d838ba3a7986d363609e23777dedede28d182e5f..a2a102fb9c2965a3061dc8eca2d1556be19969eb 100644 |
| --- a/remoting/test/test_chromoting_client.cc |
| +++ b/remoting/test/test_chromoting_client.cc |
| @@ -133,8 +133,7 @@ namespace test { |
| TestChromotingClient::TestChromotingClient() |
| : connection_to_host_state_(protocol::ConnectionToHost::INITIALIZING), |
| - connection_error_code_(protocol::OK) { |
| -} |
| + connection_error_code_(protocol::OK) {} |
|
joedow
2015/07/24 13:50:58
Can you run clang-format, IIRC the trailing curly
liaoyuke
2015/07/25 01:43:49
Yes, I didn't mean to make the change, this is an
|
| TestChromotingClient::TestChromotingClient( |
| scoped_ptr<VideoRenderer> video_renderer) |