Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5aff60e

Browse filesBrowse files
bnoordhuisMyles Borins
authored andcommitted
src: lint v8abbr.h
PR-URL: #7462 Reviewed-By: Trevor Norris <trev.norris@gmail.com>
1 parent 42e7c9d commit 5aff60e
Copy full SHA for 5aff60e

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎Makefile‎

Copy file name to clipboardExpand all lines: Makefile
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,6 @@ CPPLINT_EXCLUDE ?=
638638
CPPLINT_EXCLUDE += src/node_root_certs.h
639639
CPPLINT_EXCLUDE += src/queue.h
640640
CPPLINT_EXCLUDE += src/tree.h
641-
CPPLINT_EXCLUDE += src/v8abbr.h
642641
CPPLINT_EXCLUDE += $(wildcard test/addons/??_*/*.cc test/addons/??_*/*.h)
643642

644643
CPPLINT_FILES = $(filter-out $(CPPLINT_EXCLUDE), $(wildcard \
Collapse file

‎src/v8abbr.h‎

Copy file name to clipboardExpand all lines: src/v8abbr.h
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@
7676
* SeqTwoByteString class, but it's the same as the one for SeqOneByteString.
7777
*/
7878
#ifndef V8DBG_CLASS_SEQTWOBYTESTRING__CHARS__CHAR
79-
#define V8DBG_CLASS_SEQTWOBYTESTRING__CHARS__CHAR V8DBG_CLASS_SEQONEBYTESTRING__CHARS__CHAR
79+
#define V8DBG_CLASS_SEQTWOBYTESTRING__CHARS__CHAR \
80+
V8DBG_CLASS_SEQONEBYTESTRING__CHARS__CHAR
8081
#endif
8182

8283
/* Heap class->field offsets */

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.