From e32b68b6ef2c468d80c10aaa8efc63784236e768 Mon Sep 17 00:00:00 2001
From: Ali Mohammed <ali.mohammed@hpe.com>
Date: Mon, 23 Jan 2023 10:58:20 +0100
Subject: [PATCH] missing braces

---
 maestro/core.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/maestro/core.c b/maestro/core.c
index 36935200..fe3ca962 100644
--- a/maestro/core.c
+++ b/maestro/core.c
@@ -220,6 +220,7 @@ mstro_core__numa_init(void)
 	     return s;
     }
     /* FIXME: consider initializing some global data structures with this info */
+  }
 #else
   g_have_numa = false;
   DEBUG("NUMA: not supported\n");
@@ -340,7 +341,7 @@ BAILOUT:
   else
     return MSTRO_OK;
 }
-
+
 
 /** minimum mlock() limit */
 #define MSTRO_MIN_MEMLOCK (4*sizeof(g_component_descriptor))
-- 
GitLab