Skip to content

Commit 15345b0

Browse files
bshastryvitalybuka
authored andcommitted
Add newline in libfuzzer_macro header so it does not error via clang-14 -Wnewline-eof
1 parent 6227b51 commit 15345b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/libfuzzer/libfuzzer_macro.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,4 +140,5 @@ struct GetFirstParam<void (*)(Arg)> {
140140
} // namespace libfuzzer
141141
} // namespace protobuf_mutator
142142

143-
#endif // SRC_LIBFUZZER_LIBFUZZER_MACRO_H_
143+
#endif // SRC_LIBFUZZER_LIBFUZZER_MACRO_H_
144+

0 commit comments

Comments
 (0)