Bug 1884150: apply code formatting via Lando

# ignore-this-changeset
This commit is contained in:
Otto Länd 2024-05-28 21:09:04 +00:00
parent 21671e0725
commit 5f781c6e39
2 changed files with 4 additions and 7 deletions

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() {

View File

@ -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