mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-07 08:07:20 +02:00
Fix clang-format error
This commit is contained in:
parent
60c68feea6
commit
3881b8b2c8
@ -514,11 +514,7 @@ void game_mode_context_loop(GameModeContext *context)
|
|||||||
FATAL_ERROR("Failed to install Game object: %s\n", strerror(-ret));
|
FATAL_ERROR("Failed to install Game object: %s\n", strerror(-ret));
|
||||||
}
|
}
|
||||||
|
|
||||||
ret = sd_bus_add_node_enumerator(bus,
|
ret = sd_bus_add_node_enumerator(bus, &slot, GAME_PATH_PREFIX, game_node_enumerator, context);
|
||||||
&slot,
|
|
||||||
GAME_PATH_PREFIX,
|
|
||||||
game_node_enumerator,
|
|
||||||
context);
|
|
||||||
if (ret < 0) {
|
if (ret < 0) {
|
||||||
FATAL_ERROR("Failed to install Game object enumerator: %s\n", strerror(-ret));
|
FATAL_ERROR("Failed to install Game object enumerator: %s\n", strerror(-ret));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user