v8/preparser
mikhail.naganov@gmail.com 3b2470d296 Fix presubmit errors catched by a more recent version of cpplint.py.
Mainly, there were errors concerning blank lines before and after class access
control sections [whitespace/blank_line].

BEFORE an access control section (e.g. public:, private:) there should be a
blank line (except for the section right after the class declaration).

AFTER an access control section there should be no blank line.

TBR=ager@chromium.org

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@8193 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2011-06-07 07:17:46 +00:00
..
preparser-process.cc Fix presubmit errors catched by a more recent version of cpplint.py. 2011-06-07 07:17:46 +00:00
SConscript Introduce scons target to build preparser libraray and proof-of-concept command line process. 2011-03-29 09:21:25 +00:00