kopia lustrzana https://gitlab.com/sane-project/backends
genesys: fixed indentation again.
Hopefully, I will get it right this time. Uses 4 space indents rather than 2 as used elsewhere in the code base.saned_man_option_update
rodzic
5702046a9c
commit
730e4ada37
|
@ -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