From: H. Peter Anvin Date: Fri, 29 May 2009 22:10:22 +0000 (-0700) Subject: Run Nindent on com32/include/klibc/diverr.h X-Git-Tag: syslinux-3.83-pre2~382 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4ad8a96d83ea683f9095b45fdaf613910553464e;p=profile%2Fivi%2Fsyslinux.git Run Nindent on com32/include/klibc/diverr.h Automatically reformat com32/include/klibc/diverr.h using Nindent. Do this for all files except HDT, gPXE and externally maintained libraries (zlib, tinyjpeg, libpng). Signed-off-by: H. Peter Anvin --- diff --git a/com32/include/klibc/diverr.h b/com32/include/klibc/diverr.h index a4bbedd..106f062 100644 --- a/com32/include/klibc/diverr.h +++ b/com32/include/klibc/diverr.h @@ -1,4 +1,4 @@ static inline void __divide_error(void) { - asm volatile("int $0"); /* Divide by zero */ + asm volatile ("int $0"); /* Divide by zero */ }