summaryrefslogtreecommitdiff
path: root/com32/lib/syslinux/localboot.c
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
commitd80ada0ba0dc15c7ae2a585da78a34c48dd8dd2d (patch)
treef415f9e8910abc90fdf2ffae9dc38a71895f0080 /com32/lib/syslinux/localboot.c
parent333f5836aa2f334680574e83fb9757a6250d9708 (diff)
downloadsyslinux-d80ada0ba0dc15c7ae2a585da78a34c48dd8dd2d.tar.gz
Run Nindent on com32/lib/syslinux/localboot.c
Automatically reformat com32/lib/syslinux/localboot.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/localboot.c')
-rw-r--r--com32/lib/syslinux/localboot.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/com32/lib/syslinux/localboot.c b/com32/lib/syslinux/localboot.c
index 069808d3..3b480c71 100644
--- a/com32/lib/syslinux/localboot.c
+++ b/com32/lib/syslinux/localboot.c
@@ -33,10 +33,10 @@
void syslinux_local_boot(uint16_t flags)
{
- static com32sys_t ireg;
+ static com32sys_t ireg;
- ireg.eax.w[0] = 0x0014;
- ireg.edx.w[0] = flags;
+ ireg.eax.w[0] = 0x0014;
+ ireg.edx.w[0] = flags;
- __intcall(0x22, &ireg, NULL);
+ __intcall(0x22, &ireg, NULL);
}