From bc5e77c1c456d9ab602816fd7082ef5a4aed22d4 Mon Sep 17 00:00:00 2001 From: "danakj@chromium.org" Date: Mon, 5 Nov 2012 20:00:49 +0000 Subject: cc: Fix style for comments at the end of namespaces Make sure we have a comment at the end of the namespace for each .cc file and that there are two spaces between the closing brace and the comment. R=enne Review URL: https://chromiumcodereview.appspot.com/11275153 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166005 0039d316-1c4b-4281-b951-d872f2087c98 --- cc/layer_iterator.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cc/layer_iterator.cc') diff --git a/cc/layer_iterator.cc b/cc/layer_iterator.cc index aadb281..8dfa065 100644 --- a/cc/layer_iterator.cc +++ b/cc/layer_iterator.cc @@ -146,4 +146,4 @@ template CC_EXPORT void LayerIteratorActions::FrontToBack::end(LayerIterator&); template CC_EXPORT void LayerIteratorActions::FrontToBack::goToHighestInSubtree(LayerIterator&); -} // namespace cc +} // namespace cc -- cgit v1.1