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
This commit is contained in:
pbos@webrtc.org
2013-07-03 15:12:26 +00:00
parent 45426eadf5
commit d900e8bea8
316 changed files with 406 additions and 406 deletions

View File

@ -53,6 +53,6 @@ inline int32_t VCMId(const int32_t vcmId, const int32_t receiverId = 0)
return static_cast<int32_t>((vcmId << 16) + receiverId);
}
} // namespace webrtc
} // namespace webrtc
#endif // WEBRTC_MODULES_VIDEO_CODING_SOURCE_INTERNAL_DEFINES_H_