Skip to content

Commit aefe884

Browse files
committed
clang format
1 parent 59849ed commit aefe884

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

tests/fuzz_test/fuzz_gtest_wrapper.cpp

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@
44
#include <gtest/gtest.h>
55

66
// NOLINTNEXTLINE(cppcoreguidelines-avoid-non-const-global-variables)
7-
extern int fuzz_test_entry(int argc, char** argv);
7+
extern int fuzz_test_entry(
8+
int argc,
9+
char** argv);
810

911
// NOLINTNEXTLINE(cppcoreguidelines-avoid-non-const-global-variables)
10-
TEST(FuzzTest, BasicCycles) // NOLINT
12+
TEST(
13+
FuzzTest,
14+
BasicCycles) // NOLINT
1115
{
1216
// Run 3 cycles with default settings (no args needed beyond argc=0)
1317
// NOLINTNEXTLINE(cppcoreguidelines-avoid-magic-numbers)

0 commit comments

Comments
 (0)