]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
gpt: fix alignment
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 20 Aug 2022 01:56:57 +0000 (10:56 +0900)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 22 Aug 2022 15:00:38 +0000 (17:00 +0200)
src/shared/gpt.c

index 37f3919724b319bf414de21cf5ab739518cfbad9..86819cdf5edb31dbea445b7aa938816ed8de98fb 100644 (file)
@@ -34,7 +34,7 @@ const GptPartitionType gpt_partition_type_table[] = {
         _GPT_ARCH_SEXTET(PARISC,      "parisc"),
         _GPT_ARCH_SEXTET(PPC,         "ppc"),
         _GPT_ARCH_SEXTET(PPC64,       "ppc64"),
-        _GPT_ARCH_SEXTET(PPC64_LE,     "ppc64-le"),
+        _GPT_ARCH_SEXTET(PPC64_LE,    "ppc64-le"),
         _GPT_ARCH_SEXTET(RISCV32,     "riscv32"),
         _GPT_ARCH_SEXTET(RISCV64,     "riscv64"),
         _GPT_ARCH_SEXTET(S390,        "s390"),