summaryrefslogtreecommitdiff
path: root/com32/menu
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
commit07b6156bbc3cc7da8bdc027a6adfbae8e4cdd3b8 (patch)
tree011f7f66f17aa8f3587d2f4d7a15b30d0e0bfd5d /com32/menu
parent2e76ba78ceca9e49b55384960e41f9abcfff153f (diff)
downloadsyslinux-07b6156bbc3cc7da8bdc027a6adfbae8e4cdd3b8.tar.gz
Run Nindent on com32/menu/background.c
Automatically reformat com32/menu/background.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/menu')
-rw-r--r--com32/menu/background.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/com32/menu/background.c b/com32/menu/background.c
index fa034418..2be0ede4 100644
--- a/com32/menu/background.c
+++ b/com32/menu/background.c
@@ -18,9 +18,9 @@ const char *current_background = NULL;
void set_background(const char *new_background)
{
- if (!current_background || !new_background ||
- strcmp(current_background, new_background)) {
- draw_background(new_background);
- current_background = new_background;
- }
+ if (!current_background || !new_background ||
+ strcmp(current_background, new_background)) {
+ draw_background(new_background);
+ current_background = new_background;
+ }
}