From f3ae12c8f7a2af6656c613549555f2b08b2d9708 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Fri, 29 May 2009 15:10:33 -0700 Subject: [PATCH] Run Nindent on mbr/adjust.h Automatically reformat mbr/adjust.h using Nindent. Do this for all files except HDT, gPXE and externally maintained libraries (zlib, tinyjpeg, libpng). Signed-off-by: H. Peter Anvin --- mbr/adjust.h | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/mbr/adjust.h b/mbr/adjust.h index 42c12a3..1feb5d3 100644 --- a/mbr/adjust.h +++ b/mbr/adjust.h @@ -35,19 +35,11 @@ #define ADJUST_H #ifdef CTRL_80 - .macro ADJUST_DRIVE - testb $0x04, BIOS_kbdflags - jz 1f - movb $0x80, %dl -1: - .endm +.macro ADJUST_DRIVE testb $0x04, BIOS_kbdflags jz 1f movb $0x80, %dl 1: +.endm #elif defined(FORCE_80) - .macro ADJUST_DRIVE - movb $0x80, %dl - .endm +.macro ADJUST_DRIVE movb $0x80, %dl.endm #else - .macro ADJUST_DRIVE - .endm +.macro ADJUST_DRIVE.endm #endif - #endif /* ADJUST_H */ -- 2.7.4