Skip to content

Commit 0353b52

Browse files
committed
fix spacing before comment
1 parent aa0a3ff commit 0353b52

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
@@ -151,7 +151,7 @@ BuiltinLoader::BuiltinCategories BuiltinLoader::GetBuiltinCategories() const {
151151
"internal/test/binding", "internal/v8_prof_polyfill",
152152
"internal/v8_prof_processor",
153153
#if !_WIN32
154-
"internal/code_integrity", // Only implemented on Windows
154+
"internal/code_integrity", // Only implemented on Windows
155155
#endif
156156
};
157157

0 commit comments

Comments
 (0)