Proper spacing for end-of-namespace comments.

BUG=
R=mflodman@webrtc.org, tina.legrand@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/1760006

git-svn-id: http://webrtc.googlecode.com/svn/trunk@4293 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/webrtc/modules/video_coding/main/source/inter_frame_delay.h b/webrtc/modules/video_coding/main/source/inter_frame_delay.h
index 5b16dbb..64f4c7b 100644
--- a/webrtc/modules/video_coding/main/source/inter_frame_delay.h
+++ b/webrtc/modules/video_coding/main/source/inter_frame_delay.h
@@ -61,6 +61,6 @@
     int64_t         _dTS;
 };
 
-} // namespace webrtc
+}  // namespace webrtc
 
 #endif // WEBRTC_MODULES_VIDEO_CODING_INTER_FRAME_DELAY_H_