aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2009-05-29 15:10:21 -0700
committerH. Peter Anvin <hpa@zytor.com>2009-05-29 15:10:21 -0700
commit944afe01153a9df47ab6d52be9df85ba5ac17b58 (patch)
tree65e2f37f6c7de7ef596caed32fdeb2172f51d1e8
parent62caf40de63dd2376d7fad5de5ead5b9af38aa94 (diff)
downloadsyslinux-944afe01153a9df47ab6d52be9df85ba5ac17b58.tar.gz
syslinux-944afe01153a9df47ab6d52be9df85ba5ac17b58.tar.xz
syslinux-944afe01153a9df47ab6d52be9df85ba5ac17b58.zip
Run Nindent on com32/gplinclude/dmi/dmi_system.h
Automatically reformat com32/gplinclude/dmi/dmi_system.h using Nindent. Do this for all files except HDT, gPXE and externally maintained libraries (zlib, tinyjpeg, libpng). Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r--com32/gplinclude/dmi/dmi_system.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/com32/gplinclude/dmi/dmi_system.h b/com32/gplinclude/dmi/dmi_system.h
index 5a461d5f..9c313ebb 100644
--- a/com32/gplinclude/dmi/dmi_system.h
+++ b/com32/gplinclude/dmi/dmi_system.h
@@ -23,16 +23,16 @@
#define SYSTEM_FAMILY_SIZE 32
typedef struct {
-char manufacturer[SYSTEM_MANUFACTURER_SIZE];
-char product_name[SYSTEM_PRODUCT_NAME_SIZE];
-char version[SYSTEM_VERSION_SIZE];
-char serial[SYSTEM_SERIAL_SIZE];
-char uuid[SYSTEM_UUID_SIZE];
-char wakeup_type[SYSTEM_WAKEUP_TYPE_SIZE];
-char sku_number[SYSTEM_SKU_NUMBER_SIZE];
-char family[SYSTEM_FAMILY_SIZE];
+ char manufacturer[SYSTEM_MANUFACTURER_SIZE];
+ char product_name[SYSTEM_PRODUCT_NAME_SIZE];
+ char version[SYSTEM_VERSION_SIZE];
+ char serial[SYSTEM_SERIAL_SIZE];
+ char uuid[SYSTEM_UUID_SIZE];
+ char wakeup_type[SYSTEM_WAKEUP_TYPE_SIZE];
+ char sku_number[SYSTEM_SKU_NUMBER_SIZE];
+ char family[SYSTEM_FAMILY_SIZE];
/* The filled field have to be set to true when the dmitable implement that item */
-bool filled;
+ bool filled;
} s_system;
#endif