From 4b37fb391567fcd2cc6ce140827eba5b567adb10 Mon Sep 17 00:00:00 2001
From: Danny Auble <da@schedmd.com>
Date: Thu, 1 May 2014 15:59:30 -0700
Subject: [PATCH] minor formatting

---
 src/common/read_config.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/common/read_config.c b/src/common/read_config.c
index 23196a0910a..7b935d96399 100644
--- a/src/common/read_config.c
+++ b/src/common/read_config.c
@@ -2388,8 +2388,9 @@ static int _config_is_storage(s_p_hashtbl_t *hashtbl, char *name)
 	port = strrchr(&host[1], ':');
 	if (port == NULL)
 		return (-1);
-	conf_ptr->accounting_storage_type = xstrdup_printf("accounting_storage/%.*s",
-							   (int)(cluster - name), name);
+	conf_ptr->accounting_storage_type =
+		xstrdup_printf("accounting_storage/%.*s",
+			       (int)(cluster - name), name);
 	cluster++;
 	cluster = xstrndup(cluster, host - cluster);
 	host++;
-- 
GitLab