Chromium Code Reviews| Index: webrtc/base/optional.cc |
| diff --git a/webrtc/base/optional.cc b/webrtc/base/optional.cc |
| index 6bebdd5a19225fcf46424e97c95d28ccba1b800e..91b25026ecdcfe8bdd2bf43041bb2d94df5751ac 100644 |
| --- a/webrtc/base/optional.cc |
| +++ b/webrtc/base/optional.cc |
| @@ -20,4 +20,5 @@ void* FunctionThatDoesNothingImpl(void* x) { return x; } |
| #endif |
| } // namespace optional_internal |
| + |
|
kwiberg-webrtc
2017/02/20 11:45:31
This extra newline is probably not necessary. Remo
|
| } // namespace rtc |