Bug 1816158: apply code formatting via Lando

# ignore-this-changeset
This commit is contained in:
Otto Länd 2023-02-14 10:35:28 +00:00
parent e7e5cc9f68
commit 31aa168ff3

View File

@ -205,7 +205,8 @@ static inline void MaybeVerifyBarriers(JSContext* cx, bool always = false) {}
* This works by updating the |JSContext::suppressGC| counter which is checked
* at the start of GC.
*/
class MOZ_RAII JS_HAZ_GC_SUPPRESSED AutoSuppressGC : public JS::AutoRequireNoGC {
class MOZ_RAII JS_HAZ_GC_SUPPRESSED AutoSuppressGC
: public JS::AutoRequireNoGC {
int32_t& suppressGC_;
public: