commit | bc5e77c1c456d9ab602816fd7082ef5a4aed22d4 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Mon Nov 05 20:00:49 2012 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Mon Nov 05 20:00:49 2012 |
tree | d42dfe7d46f9b247df86327e84f6755f852d2b6c | |
parent | da88dc8dddd98f2af4b0e1bc99ebf1c2e4c14f6f [diff] [blame] |
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
diff --git a/cc/tree_synchronizer.cc b/cc/tree_synchronizer.cc index 99eb7271..ca4f2bba 100644 --- a/cc/tree_synchronizer.cc +++ b/cc/tree_synchronizer.cc
@@ -109,4 +109,4 @@ scrollLayerImpl->setVerticalScrollbarLayer(scrollbarLayerImpl); } -} // namespace cc +} // namespace cc