looks good
Posted (Dec. 21, 2010, 2:30 p.m.)
-
src/base/debug.hh (Diff revision 1) -
It looks like we're not completely consistent on this, but I'd put the close brace in column 0, then put the comment after that, e.g.: } // namespace Debug I don't care much about C vs C++-style comments, but having the brace in column 0 seems much more natural since that's where it would be if we weren't commenting it. Other than that nit (which applies several places), this looks good to me.
