Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(38)

Issue 3427021: Fix some inconsistent formatting. (Closed)

Created:
10 years, 3 months ago by Kevin Millikin (Chromium)
Modified:
9 years, 7 months ago
Reviewers:
fschneider
CC:
v8-dev
Visibility:
Public.

Description

Fix some inconsistent formatting. I noticed we sometimes had extra spaces before and after the "const" keyword. Probably the result of a search and replace gone wrong. This is a whitespace only change. Committed: http://code.google.com/p/v8/source/detail?r=5519

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+119 lines, -120 lines) Patch
M src/arm/assembler-arm.h View 4 chunks +20 lines, -20 lines 0 comments Download
M src/arm/codegen-arm.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/assembler.h View 3 chunks +4 lines, -4 lines 0 comments Download
M src/ast.h View 12 chunks +25 lines, -25 lines 0 comments Download
M src/hashmap.h View 2 chunks +3 lines, -3 lines 0 comments Download
M src/ia32/assembler-ia32.h View 3 chunks +9 lines, -9 lines 0 comments Download
M src/list.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/mips/assembler-mips.h View 3 chunks +8 lines, -9 lines 0 comments Download
M src/mips/codegen-mips.h View 2 chunks +4 lines, -4 lines 0 comments Download
M src/parser.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M src/rewriter.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/scanner.h View 2 chunks +3 lines, -3 lines 0 comments Download
M src/scopeinfo.h View 1 chunk +5 lines, -5 lines 0 comments Download
M src/scopes.h View 3 chunks +15 lines, -15 lines 0 comments Download
M src/variables.h View 2 chunks +5 lines, -5 lines 0 comments Download
M src/x64/assembler-x64.h View 3 chunks +8 lines, -8 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Kevin Millikin (Chromium)
10 years, 3 months ago (2010-09-24 08:00:50 UTC) #1
Kevin Millikin (Chromium)
10 years, 3 months ago (2010-09-24 08:02:27 UTC) #2
fschneider
10 years, 3 months ago (2010-09-24 08:10:50 UTC) #3
LGTM.

Powered by Google App Engine
This is Rietveld 408576698