Bug 1896505: apply code formatting via Lando

# ignore-this-changeset
This commit is contained in:
Otto Länd 2024-05-29 19:18:01 +00:00
parent 66ce46fdce
commit b845deb23b

View File

@ -363,11 +363,9 @@ void counters_dump(int) { __gcov_dump(); }
void counters_reset(int) { __gcov_reset(); }
# else
void counters_dump(int) { /* Do nothing */
}
void counters_dump(int) { /* Do nothing */ }
void counters_reset(int) { /* Do nothing */
}
void counters_reset(int) { /* Do nothing */ }
# endif
static void InstallCoverageSignalHandlers() {