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:
@ -266,5 +266,5 @@ int32_t VideoRenderLinuxImpl::SetBitmap(const void* bitMap,
|
||||
return -1;
|
||||
}
|
||||
|
||||
} //namespace webrtc
|
||||
} // namespace webrtc
|
||||
|
||||
|
||||
@ -126,5 +126,5 @@ private:
|
||||
VideoX11Render* _ptrX11Render;
|
||||
};
|
||||
|
||||
} //namespace webrtc
|
||||
} // namespace webrtc
|
||||
#endif // WEBRTC_MODULES_VIDEO_RENDER_MAIN_SOURCE_LINUX_VIDEO_RENDER_LINUX_IMPL_H_
|
||||
|
||||
@ -312,6 +312,6 @@ int32_t VideoX11Channel::GetStreamProperties(uint32_t& zOrder,
|
||||
}
|
||||
|
||||
|
||||
} //namespace webrtc
|
||||
} // namespace webrtc
|
||||
|
||||
|
||||
|
||||
@ -91,6 +91,6 @@ private:
|
||||
};
|
||||
|
||||
|
||||
} //namespace webrtc
|
||||
} // namespace webrtc
|
||||
|
||||
#endif // WEBRTC_MODULES_VIDEO_RENDER_MAIN_SOURCE_LINUX_VIDEO_X11_CHANNEL_H_
|
||||
|
||||
@ -150,5 +150,5 @@ int32_t VideoX11Render::GetIncomingStreamProperties(
|
||||
return -1;
|
||||
}
|
||||
|
||||
} //namespace webrtc
|
||||
} // namespace webrtc
|
||||
|
||||
|
||||
@ -53,6 +53,6 @@ private:
|
||||
};
|
||||
|
||||
|
||||
} //namespace webrtc
|
||||
} // namespace webrtc
|
||||
|
||||
#endif // WEBRTC_MODULES_VIDEO_RENDER_MAIN_SOURCE_LINUX_VIDEO_X11_RENDER_H_
|
||||
|
||||
Reference in New Issue
Block a user