Index: webrtc/common_types.cc |
diff --git a/webrtc/common_types.cc b/webrtc/common_types.cc |
index 7b99f3c5a83859d17a6891b99c49dc4d218808ee..d08630b46dd291df0842aa54655c07132336fa47 100644 |
--- a/webrtc/common_types.cc |
+++ b/webrtc/common_types.cc |
@@ -31,8 +31,7 @@ RTPHeaderExtension::RTPHeaderExtension() |
voiceActivity(false), |
audioLevel(0), |
hasVideoRotation(false), |
- videoRotation(0) { |
-} |
+ videoRotation(0) {} |
RTPHeader::RTPHeader() |
: markerBit(false), |