Added check for trailing whitespaces and corrected existing violations.
authoryangguo@chromium.org <yangguo@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 1 Sep 2011 11:28:10 +0000 (11:28 +0000)
committeryangguo@chromium.org <yangguo@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 1 Sep 2011 11:28:10 +0000 (11:28 +0000)
commit86a62d0da3454732fe0e762e9716a4cefb2ecf2c
tree7dadaa53f6138a38e3e03e9a890893a391bc943a
parent4e94cd8b08b7fe9324159a9838b72ecc60dc4afb
Added check for trailing whitespaces and corrected existing violations.

Review URL: http://codereview.chromium.org/7826007

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@9094 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
74 files changed:
benchmarks/crypto.js
benchmarks/earley-boyer.js
benchmarks/regexp.js
build/all.gyp
include/v8.h
src/d8.js
src/macros.py
test/es5conform/es5conform.status
test/mjsunit/array-constructor.js
test/mjsunit/array-iteration.js
test/mjsunit/array-sort.js
test/mjsunit/bugs/618.js
test/mjsunit/bugs/bug-618.js
test/mjsunit/compiler/global-accessors.js
test/mjsunit/const-redecl.js
test/mjsunit/date-parse.js
test/mjsunit/debug-compile-event.js
test/mjsunit/debug-evaluate-recursive.js
test/mjsunit/debug-handle.js
test/mjsunit/debug-listbreakpoints.js
test/mjsunit/debug-references.js
test/mjsunit/debug-return-value.js
test/mjsunit/debug-stepin-call-function-stub.js
test/mjsunit/debug-stepin-constructor.js
test/mjsunit/delete-in-with.js
test/mjsunit/function-source.js
test/mjsunit/get-own-property-descriptor.js
test/mjsunit/global-deleted-property-keyed.js
test/mjsunit/html-string-funcs.js
test/mjsunit/in.js
test/mjsunit/instanceof.js
test/mjsunit/keyed-storage-extend.js
test/mjsunit/mirror-array.js
test/mjsunit/mirror-function.js
test/mjsunit/mirror-script.js
test/mjsunit/mirror-unresolved-function.js
test/mjsunit/no-semicolon.js
test/mjsunit/object-define-properties.js
test/mjsunit/object-literal-conversions.js
test/mjsunit/object-literal-overwrite.js
test/mjsunit/object-prevent-extensions.js
test/mjsunit/regress/regress-1081309.js
test/mjsunit/regress/regress-1092.js
test/mjsunit/regress/regress-1110.js
test/mjsunit/regress/regress-1213575.js
test/mjsunit/regress/regress-1919169.js
test/mjsunit/regress/regress-20070207.js
test/mjsunit/regress/regress-269.js
test/mjsunit/regress/regress-619.js
test/mjsunit/regress/regress-678525.js
test/mjsunit/regress/regress-696.js
test/mjsunit/regress/regress-720.js
test/mjsunit/regress/regress-747.js
test/mjsunit/regress/regress-760-1.js
test/mjsunit/regress/regress-760-2.js
test/mjsunit/regress/regress-798.js
test/mjsunit/regress/regress-918.js
test/mjsunit/regress/regress-925537.js
test/mjsunit/regress/regress-937896.js
test/mjsunit/setter-on-constructor-prototype.js
test/mjsunit/string-compare-alignment.js
test/mjsunit/string-indexof-1.js
test/mjsunit/string-indexof-2.js
test/mjsunit/string-slices.js
test/mjsunit/string-split.js
test/mjsunit/substr.js
test/mjsunit/this-property-assignment.js
test/mjsunit/try.js
test/mjsunit/unicode-test.js
test/mjsunit/value-wrapper.js
test/mozilla/mozilla.status
tools/gdb-v8-support.py
tools/presubmit.py
tools/process-heap-prof.py