mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-14 23:57:59 -05:00
Manually tweak source formatting and then re-run clang-format
This commit is contained in:
@ -10,8 +10,7 @@
|
||||
namespace detail {
|
||||
template <typename Func>
|
||||
struct ScopeExitHelper {
|
||||
explicit ScopeExitHelper(Func&& func) : func(std::move(func)) {
|
||||
}
|
||||
explicit ScopeExitHelper(Func&& func) : func(std::move(func)) {}
|
||||
~ScopeExitHelper() {
|
||||
func();
|
||||
}
|
||||
|
Reference in New Issue
Block a user