mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
Bug 1884150: apply code formatting via Lando
# ignore-this-changeset
This commit is contained in:
parent
21671e0725
commit
5f781c6e39
@ -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() {
|
||||
|
@ -2751,9 +2751,8 @@ void GetObjectSlotNameFunctor::operator()(JS::TracingContext* tcx, char* buf,
|
||||
if (false) {
|
||||
;
|
||||
}
|
||||
#define TEST_SLOT_MATCHES_PROTOTYPE(name, clasp) \
|
||||
else if ((JSProto_##name) == slot) { \
|
||||
slotname = #name; \
|
||||
#define TEST_SLOT_MATCHES_PROTOTYPE(name, clasp) \
|
||||
else if ((JSProto_##name) == slot){slotname = #name; \
|
||||
}
|
||||
JS_FOR_EACH_PROTOTYPE(TEST_SLOT_MATCHES_PROTOTYPE)
|
||||
#undef TEST_SLOT_MATCHES_PROTOTYPE
|
||||
|
Loading…
Reference in New Issue
Block a user