From 9f1e1ae1649f67317d4be9d9efff5a68a2766a82 Mon Sep 17 00:00:00 2001
From: Alex Voicu <alexandru.voicu@amd.com>
Date: Fri, 12 Oct 2018 02:11:07 +0100
Subject: [PATCH] Fix alignment.

---
 elfio/elf_types.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/elfio/elf_types.hpp b/elfio/elf_types.hpp
index f98bacd..a83e2cf 100644
--- a/elfio/elf_types.hpp
+++ b/elfio/elf_types.hpp
@@ -489,7 +489,7 @@ typedef uint64_t Elf64_Off;
 #define STB_HIPROC   15
 
 // Note types
-#define NT_AMDGPU_METADATA 1
+#define NT_AMDGPU_METADATA          1
 #define NT_AMD_AMDGPU_HSA_METADATA 10
 #define NT_AMD_AMDGPU_ISA          11
 #define NT_AMD_AMDGPU_PAL_METADATA 12
-- 
GitLab