summaryrefslogtreecommitdiff
path: root/com32/lib/syslinux
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2009-05-29 15:10:26 -0700
committerH. Peter Anvin <hpa@zytor.com>2009-05-29 15:10:26 -0700
commitff9d13da65e8e5de6bb1009433cbd0e20be79686 (patch)
tree6398903e6ca5ffce19174ca5d3fb5a3719887784 /com32/lib/syslinux
parent632c4060bd684f2a011bb5ffcfc02b688a704165 (diff)
downloadsyslinux-ff9d13da65e8e5de6bb1009433cbd0e20be79686.tar.gz
Run Nindent on com32/lib/syslinux/cleanup.c
Automatically reformat com32/lib/syslinux/cleanup.c 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>
Diffstat (limited to 'com32/lib/syslinux')
-rw-r--r--com32/lib/syslinux/cleanup.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/com32/lib/syslinux/cleanup.c b/com32/lib/syslinux/cleanup.c
index 94002220..12140e55 100644
--- a/com32/lib/syslinux/cleanup.c
+++ b/com32/lib/syslinux/cleanup.c
@@ -31,10 +31,10 @@
void syslinux_final_cleanup(uint16_t flags)
{
- static com32sys_t ireg;
+ static com32sys_t ireg;
- ireg.eax.w[0] = 0x000c;
- ireg.edx.w[0] = flags;
+ ireg.eax.w[0] = 0x000c;
+ ireg.edx.w[0] = flags;
- __intcall(0x22, &ireg, NULL);
+ __intcall(0x22, &ireg, NULL);
}