Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/sysinst/arch/i386 whitespace



details:   https://anonhg.NetBSD.org/src/rev/869592efb8ab
branches:  trunk
changeset: 452060:869592efb8ab
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Jun 17 14:18:32 2019 +0000

description:
whitespace

diffstat:

 usr.sbin/sysinst/arch/i386/md.c |  17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)

diffs (32 lines):

diff -r 5467df2f55ae -r 869592efb8ab usr.sbin/sysinst/arch/i386/md.c
--- a/usr.sbin/sysinst/arch/i386/md.c   Mon Jun 17 14:13:13 2019 +0000
+++ b/usr.sbin/sysinst/arch/i386/md.c   Mon Jun 17 14:18:32 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.c,v 1.15 2019/06/12 06:20:21 martin Exp $ */
+/*     $NetBSD: md.c,v 1.16 2019/06/17 14:18:32 martin Exp $ */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -269,14 +269,15 @@
                    boottype.bp_conspeed);
                        ret = run_program(RUN_DISPLAY,
                            "/usr/sbin/installboot -o %s %s %s",
-                           boot_options, rdev, bootxx_filename); 
+                           boot_options, rdev, bootxx_filename);
                 free(bootxx_filename);
-        } else                                                                  
-                ret = -1;                                                     
-                                                                                
-        if (ret != 0)                                                         
-                process_menu(MENU_ok,                                           
-                    __UNCONST("Warning: disk is probably not bootable"));         
+        } else {
+                ret = -1;
+       }
+
+        if (ret != 0)
+                process_menu(MENU_ok,
+                    __UNCONST("Warning: disk is probably not bootable"));
 
        return ret;
 }



Home | Main Index | Thread Index | Old Index