maint: code style update

This commit is contained in:
FutureRave 2023-03-05 12:26:08 +00:00
parent a2195e6f99
commit 4c8c199b72
No known key found for this signature in database
GPG Key ID: 22F9079C86CFAB31

View File

@ -263,9 +263,9 @@ namespace gsc
void scr_begin_load_scripts_stub() void scr_begin_load_scripts_stub()
{ {
const auto comp_mode = developer_script->current.enabled ? const auto comp_mode = developer_script->current.enabled
xsk::gsc::build::dev : ? xsk::gsc::build::dev
xsk::gsc::build::prod; : xsk::gsc::build::prod;
gsc_ctx->init(comp_mode, [](const std::string& include_name) -> std::pair<xsk::gsc::buffer, std::vector<std::uint8_t>> gsc_ctx->init(comp_mode, [](const std::string& include_name) -> std::pair<xsk::gsc::buffer, std::vector<std::uint8_t>>
{ {