From 64d5f5e6a5e7390bd37b8c087594429649a4c806 Mon Sep 17 00:00:00 2001
From: Mathieu Faverge <mathieu.faverge@inria.fr>
Date: Thu, 4 Apr 2024 23:32:24 +0200
Subject: [PATCH] runtime_struct: code indent

---
 include/chameleon/runtime_struct.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/chameleon/runtime_struct.h b/include/chameleon/runtime_struct.h
index 77cb788e3..72e353acc 100644
--- a/include/chameleon/runtime_struct.h
+++ b/include/chameleon/runtime_struct.h
@@ -66,8 +66,8 @@ typedef enum runtime_id_e {
  *
  */
 typedef struct runtime_request_s {
-    int       status; /**< Return status registered by the tasks for the request */
-    void      *schedopt; /**< Specific runtime data pointer to handle the request */
+    int   status;   /**< Return status registered by the tasks for the request */
+    void *schedopt; /**< Specific runtime data pointer to handle the request */
 } RUNTIME_request_t;
 
 /**
-- 
GitLab