From e657ea37f14c9620107f6220575bb11b5dbdecdf Mon Sep 17 00:00:00 2001 From: Kubat <mael.martin31@gmail.com> Date: Fri, 17 Apr 2020 15:32:39 +0200 Subject: [PATCH] astyle --- inc/lektor/commands.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/inc/lektor/commands.h b/inc/lektor/commands.h index 86d1e05b..e7199bed 100644 --- a/inc/lektor/commands.h +++ b/inc/lektor/commands.h @@ -87,9 +87,7 @@ enum lkt_playback_option { lkt_playback_option_volume, }; -bool command_set_playback_option(struct lkt_state *srv, - size_t c, - enum lkt_playback_option opt, +bool command_set_playback_option(struct lkt_state *srv, size_t c, enum lkt_playback_option opt, char *args[LKT_MESSAGE_ARGS_MAX]); /* Authentificate users */ -- GitLab