| Index: webrtc/modules/remote_bitrate_estimator/inter_arrival.cc
|
| diff --git a/webrtc/modules/remote_bitrate_estimator/inter_arrival.cc b/webrtc/modules/remote_bitrate_estimator/inter_arrival.cc
|
| index 961d6bfb8e90d29faf25561249de2393a13e7a69..f75bc2b03ea8ddceee635058cd28dc46615d7c9c 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/inter_arrival.cc
|
| +++ b/webrtc/modules/remote_bitrate_estimator/inter_arrival.cc
|
| @@ -71,8 +71,7 @@ bool InterArrival::ComputeDeltas(uint32_t timestamp,
|
| current_timestamp_group_.first_timestamp = timestamp;
|
| current_timestamp_group_.timestamp = timestamp;
|
| current_timestamp_group_.size = 0;
|
| - }
|
| - else {
|
| + } else {
|
| current_timestamp_group_.timestamp = LatestTimestamp(
|
| current_timestamp_group_.timestamp, timestamp);
|
| }
|
|
|