Since some people disapprove of white space cleanups mixed in regular commits
[coreboot.git] / src / include / boot / elf_boot.h
index ee6750d293309a833e45f9cc6000a578d964e741..b119babc009f1f122e06b6994cc90ad6bb53be25 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef ELF_BOOT_H 
-#define ELF_BOOT_H 
+#ifndef ELF_BOOT_H
+#define ELF_BOOT_H
 
 #include <stdint.h>
 
@@ -32,7 +32,7 @@ typedef struct
        Elf_Half b_records;
 } Elf_Bhdr;
 
-typedef struct 
+typedef struct
 {
        Elf_Word n_namesz;              /* Length of the note's name.  */
        Elf_Word n_descsz;              /* Length of the note's descriptor.  */