From 1dc77fe021d23b01f8270e008a9af1a963a73c1c Mon Sep 17 00:00:00 2001
From: Morris Jette <jette@schedmd.com>
Date: Mon, 8 Aug 2011 18:16:53 -0700
Subject: [PATCH] Cosmetic mods to select/cray plugin

---
 src/plugins/select/cray/basil_interface.c | 24 +++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/src/plugins/select/cray/basil_interface.c b/src/plugins/select/cray/basil_interface.c
index 4e494e95827..5ad43b1e332 100644
--- a/src/plugins/select/cray/basil_interface.c
+++ b/src/plugins/select/cray/basil_interface.c
@@ -482,19 +482,19 @@ extern int basil_geometry(struct node_record *node_ptr_array, int node_cnt)
 		}
 
 		if (!is_gemini) {
-				/*
-				 * SeaStar: each node has unique coordinates
-				 */
-				if (node_ptr->arch == NULL)
-					node_ptr->arch = xstrdup("XT");
+			/*
+			 * SeaStar: each node has unique coordinates
+			 */
+			if (node_ptr->arch == NULL)
+				node_ptr->arch = xstrdup("XT");
 		} else {
-				/*
-				 * Gemini: each 2 nodes share the same network
-				 * interface (i.e., nodes 0/1 and 2/3 each have
-				 * the same coordinates).
-				 */
-				if (node_ptr->arch == NULL)
-					node_ptr->arch = xstrdup("XE");
+			/*
+			 * Gemini: each 2 nodes share the same network
+			 * interface (i.e., nodes 0/1 and 2/3 each have
+			 * the same coordinates).
+			 */
+			if (node_ptr->arch == NULL)
+				node_ptr->arch = xstrdup("XE");
 		}
 
 		xfree(node_ptr->node_hostname);
-- 
GitLab