Run Nindent on com32/cmenu/libmenu/help.h
authorH. Peter Anvin <hpa@zytor.com>
Fri, 29 May 2009 22:10:20 +0000 (15:10 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 29 May 2009 22:10:20 +0000 (15:10 -0700)
Automatically reformat com32/cmenu/libmenu/help.h 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>
com32/cmenu/libmenu/help.h

index 06832d8..0fff524 100644 (file)
 #define HELP_TITLE_HEIGHT 1
 #define HELP_BODY_ROW (HELP_TITLE_HEIGHT+3)
 #define HELP_LEFT_MARGIN 2
-#define HELP_RIGHT_MARGIN 2 // Assume all lines dont cross this
-#define HELP_BOTTOM_MARGIN 2 // Number of lines not use from bottom of screen
+#define HELP_RIGHT_MARGIN 2    // Assume all lines dont cross this
+#define HELP_BOTTOM_MARGIN 2   // Number of lines not use from bottom of screen
 
 #define HELPBOX BOX_SINSIN
 #define HELPDIRLEN  64
 #define HELPPAGE 2
 
-#define HELP_MORE_ABOVE 24 // to print when more is available above
-#define HELP_MORE_BELOW 25 // same as above but for below
+#define HELP_MORE_ABOVE 24     // to print when more is available above
+#define HELP_MORE_BELOW 25     // same as above but for below
 
 // Display one screen of help information
 void showhelp(const char *filename);