mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
Bug 1896505: apply code formatting via Lando
# ignore-this-changeset
This commit is contained in:
parent
66ce46fdce
commit
b845deb23b
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user