kopia lustrzana https://gitlab.com/sane-project/backends
genesys: fix indentation
rodzic
7ce23d05e2
commit
5702046a9c
|
@ -59,12 +59,12 @@ void run_functions_at_backend_exit()
|
||||||
{
|
{
|
||||||
if (s_functions_run_at_backend_exit)
|
if (s_functions_run_at_backend_exit)
|
||||||
{
|
{
|
||||||
for (auto it = s_functions_run_at_backend_exit->rbegin();
|
for (auto it = s_functions_run_at_backend_exit->rbegin ();
|
||||||
it != s_functions_run_at_backend_exit->rend(); ++it)
|
it != s_functions_run_at_backend_exit->rend (); ++it)
|
||||||
{
|
{
|
||||||
(*it)();
|
(*it) ();
|
||||||
}
|
}
|
||||||
s_functions_run_at_backend_exit.reset();
|
s_functions_run_at_backend_exit.reset ();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue