From 1ee76ad65d035b03ca144d9253bdcf54ea757fb9 Mon Sep 17 00:00:00 2001
From: Stephan Bosch <stephan.bosch@open-xchange.com>
Date: Sun, 20 Oct 2019 13:53:05 +0200
Subject: [PATCH] managesieve: Reformat cmd-renamescript.c.

---
 src/managesieve/cmd-renamescript.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/managesieve/cmd-renamescript.c b/src/managesieve/cmd-renamescript.c
index 1aeecdb86..a748acf2c 100644
--- a/src/managesieve/cmd-renamescript.c
+++ b/src/managesieve/cmd-renamescript.c
@@ -22,8 +22,7 @@ bool cmd_renamescript(struct client_command_context *cmd)
 	if (!client_read_string_args(cmd, TRUE, 2, &scriptname, &newname))
 		return FALSE;
 
-	script = sieve_storage_open_script
-		(storage, scriptname, NULL);
+	script = sieve_storage_open_script(storage, scriptname, NULL);
 	if (script == NULL) {
 		client_send_storage_error(client, storage);
 		return TRUE;
-- 
GitLab