Skip to content

Commit 5aff60e

Browse files
bnoordhuisMyles Borins
authored and
Myles Borins
committed
src: lint v8abbr.h
PR-URL: #7462 Reviewed-By: Trevor Norris <[email protected]>
1 parent 42e7c9d commit 5aff60e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

-1
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 \

src/v8abbr.h

+2-1
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)