summaryrefslogtreecommitdiff
path: root/com32/lib/syslinux
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2009-05-29 15:10:27 -0700
committerH. Peter Anvin <hpa@zytor.com>2009-05-29 15:10:27 -0700
commit9fb3f4eaa797acef9ab18e6d5e769b4e57c229e4 (patch)
treeb8b5990ab7e90aefbbeb9ebb2cd2c9fc93745b8a /com32/lib/syslinux
parent56fce4684c1008bbbf031e93bccad44a85bb05d7 (diff)
downloadsyslinux-9fb3f4eaa797acef9ab18e6d5e769b4e57c229e4.tar.gz
Run Nindent on com32/lib/syslinux/run_default.c
Automatically reformat com32/lib/syslinux/run_default.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/run_default.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/com32/lib/syslinux/run_default.c b/com32/lib/syslinux/run_default.c
index 044fa1aa..8dc9fbe4 100644
--- a/com32/lib/syslinux/run_default.c
+++ b/com32/lib/syslinux/run_default.c
@@ -31,11 +31,11 @@
__noreturn syslinux_run_default(void)
{
- static com32sys_t ireg;
+ static com32sys_t ireg;
- ireg.eax.w[0] = 0x0004;
- __intcall(0x22, &ireg, NULL);
+ ireg.eax.w[0] = 0x0004;
+ __intcall(0x22, &ireg, NULL);
- /* Should not return even on failure */
- for(;;);
+ /* Should not return even on failure */
+ for (;;) ;
}