mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-23 17:17:38 +00:00
committed by
Christian Helmuth
parent
cbfec0deed
commit
e2661c58dc
@ -263,4 +263,7 @@ struct Fs_report::Main
|
||||
}
|
||||
};
|
||||
|
||||
void Component::construct(Genode::Env &env) { static Fs_report::Main main(env); }
|
||||
void Component::construct(Genode::Env &env)
|
||||
{
|
||||
static Fs_report::Main main(env);
|
||||
}
|
||||
|
Reference in New Issue
Block a user