From aa81de0ca033c4a84e08bf171daed706dbf20f8c Mon Sep 17 00:00:00 2001 From: radius Date: Sat, 4 Jun 2016 12:07:11 -0500 Subject: [PATCH] fix nit --- command.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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);