maint: code style update
This commit is contained in:
parent
a2195e6f99
commit
4c8c199b72
@ -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>>
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user