Formatting: Fix indentation of public/private specifiers
This commit is contained in:
@@ -18,7 +18,7 @@ class scope_exit_obj {
|
||||
bool shouldexec;
|
||||
|
||||
|
||||
public:
|
||||
public:
|
||||
|
||||
scope_exit_obj(T &&func)
|
||||
: f(std::move(func)), shouldexec(true) { }
|
||||
|
Reference in New Issue
Block a user