summaryrefslogtreecommitdiff
path: root/system_wrappers/source/critical_section_posix.cc
diff options
context:
space:
mode:
authorpbos@webrtc.org <pbos@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-07-03 15:12:26 +0000
committerpbos@webrtc.org <pbos@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-07-03 15:12:26 +0000
commit3b89e10f31160da35b408fd00cb8f89d2b08862d (patch)
treec19dd0227603c35bbd8a0b7704d2456d0af1dc3b /system_wrappers/source/critical_section_posix.cc
parentcbb3966f2871572a0b56c6aaeb66cfbcf22fd827 (diff)
downloadwebrtc-3b89e10f31160da35b408fd00cb8f89d2b08862d.tar.gz
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/webrtc@4293 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'system_wrappers/source/critical_section_posix.cc')
-rw-r--r--system_wrappers/source/critical_section_posix.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/system_wrappers/source/critical_section_posix.cc b/system_wrappers/source/critical_section_posix.cc
index ac659400..36b9f137 100644
--- a/system_wrappers/source/critical_section_posix.cc
+++ b/system_wrappers/source/critical_section_posix.cc
@@ -39,4 +39,4 @@ CriticalSectionPosix::Leave() {
(void) pthread_mutex_unlock(&mutex_);
}
-} // namespace webrtc
+} // namespace webrtc