mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-13 16:48:39 -05:00
Format: Run the new clang format on everything
This commit is contained in:
@ -22,7 +22,7 @@ template <typename Func>
|
||||
ScopeExitHelper<Func> ScopeExit(Func&& func) {
|
||||
return ScopeExitHelper<Func>(std::move(func));
|
||||
}
|
||||
}
|
||||
} // namespace detail
|
||||
|
||||
/**
|
||||
* This macro allows you to conveniently specify a block of code that will run on scope exit. Handy
|
||||
|
Reference in New Issue
Block a user