[keel] Fix formatting

This commit is contained in:
Gary Talent 2023-12-01 22:54:27 -06:00
parent b212385b17
commit 53262c53c4

View File

@ -12,7 +12,7 @@ ox::Error init(
ox::CRStringView appName) noexcept {
ctx.appName = appName;
oxIgnoreError(setRomFs(ctx, std::move(fs)));
#ifndef OX_BARE_METAL
#ifndef OX_BARE_METAL
const auto &mods = modules();
for (auto &mod : mods) {
// register type converters
@ -24,7 +24,7 @@ ox::Error init(
ctx.packTransforms.emplace_back(c);
}
}
#endif
#endif
return {};
}