diff --git a/command.c b/command.c index eea1fd5ddd..14c0612ad0 100644 --- a/command.c +++ b/command.c @@ -1499,7 +1499,8 @@ static void command_event_load_state(const char *path, char *s, size_t len, bool settings_t *settings = config_get_ptr(); char buf[PATH_MAX_LENGTH] = {0}; - if (!undo) { + if (!undo) + { /* TODO: Fence with a setting */ strlcpy(buf, path, sizeof(buf)); snprintf(buf, sizeof(buf), "%s", path);