From 5968d689329c649d4eefafedbd34cf68aa622e07 Mon Sep 17 00:00:00 2001
From: Danny Auble <da@schedmd.com>
Date: Mon, 11 Jan 2016 13:37:11 -0800
Subject: [PATCH] Fix indent

---
 src/common/slurm_acct_gather_energy.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/common/slurm_acct_gather_energy.c b/src/common/slurm_acct_gather_energy.c
index 242b2535a19..76f2e5e944b 100644
--- a/src/common/slurm_acct_gather_energy.c
+++ b/src/common/slurm_acct_gather_energy.c
@@ -134,7 +134,7 @@ done:
 	if (retval == SLURM_SUCCESS)
 		retval = acct_gather_conf_init();
 	if (retval != SLURM_SUCCESS)
-	fatal("can not open the %s plugin", type);
+		fatal("can not open the %s plugin", type);
 	xfree(type);
 
 	return retval;
-- 
GitLab