Adding newline at the end of .proto files

Some .proto files have newline at the end. This CL levels all our .proto
files. A presubmit check will follow.

NOTRY=True
TBR=minyue@webrtc.org

Bug: None
Change-Id: I988fe94c31abf91c85a45b564c488329d677b958
Reviewed-on: https://chromium-review.googlesource.com/552137
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Henrik Kjellander <kjellander@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#18823}
This commit is contained in:
Mirko Bonadei
2017-06-28 11:17:24 +02:00
committed by Commit Bot
parent f4efb6fb3d
commit b14fad45b8
3 changed files with 6 additions and 3 deletions

View File

@ -26,4 +26,5 @@ message RtcpStatistics {
optional uint32 cumulative_lost = 2;
optional uint32 extended_max_sequence_number = 3;
optional uint32 jitter = 4;
}
}