From ff9d13da65e8e5de6bb1009433cbd0e20be79686 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Fri, 29 May 2009 15:10:26 -0700 Subject: [PATCH] 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 --- com32/lib/syslinux/cleanup.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/com32/lib/syslinux/cleanup.c b/com32/lib/syslinux/cleanup.c index 9400222..12140e5 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); } -- 2.7.4