Fix presubmit errors catched by a more recent version of cpplint.py.
authormikhail.naganov@gmail.com <mikhail.naganov@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 7 Jun 2011 07:17:46 +0000 (07:17 +0000)
committermikhail.naganov@gmail.com <mikhail.naganov@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 7 Jun 2011 07:17:46 +0000 (07:17 +0000)
commit3b2470d296995e3b8508d67c3a918dfb9d348076
tree9a422b1ebe42b5a5f738714a91c9b92778b3c45e
parent17d45d3537c5fe11bb7548f7e7df978c108d2333
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
30 files changed:
include/v8.h
preparser/preparser-process.cc
src/api.h
src/arm/assembler-arm.h
src/arm/code-stubs-arm.h
src/ast.h
src/code-stubs.h
src/d8.h
src/full-codegen.h
src/gdb-jit.cc
src/heap.h
src/hydrogen.h
src/ia32/code-stubs-ia32.cc
src/ic.h
src/jsregexp.cc
src/liveedit.h
src/liveobjectlist.cc
src/mark-compact.cc
src/mips/assembler-mips.h
src/mips/code-stubs-mips.h
src/mips/constants-mips.h
src/objects.cc
src/objects.h
src/platform-linux.cc
src/platform-openbsd.cc
src/platform-win32.cc
src/preparser.h
src/runtime.cc
src/runtime.h
test/cctest/test-api.cc