Skip to content

Commit 93555d0

Browse files
committed
fix spacing before comment
1 parent a6fd948 commit 93555d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node_builtins.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ BuiltinLoader::BuiltinCategories BuiltinLoader::GetBuiltinCategories() const {
146146
"internal/test/binding", "internal/v8_prof_polyfill",
147147
"internal/v8_prof_processor",
148148
#if !_WIN32
149-
"internal/code_integrity", // Only implemented on Windows
149+
"internal/code_integrity", // Only implemented on Windows
150150
#endif
151151
};
152152

0 commit comments

Comments
 (0)