Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/sysinst cosmetics: fix indentation



details:   https://anonhg.NetBSD.org/src/rev/0106cdf6aa1a
branches:  trunk
changeset: 372941:0106cdf6aa1a
user:      martin <martin%NetBSD.org@localhost>
date:      Fri Jan 06 18:13:40 2023 +0000

description:
cosmetics: fix indentation

diffstat:

 usr.sbin/sysinst/install.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5af6046d0dee -r 0106cdf6aa1a usr.sbin/sysinst/install.c
--- a/usr.sbin/sysinst/install.c        Fri Jan 06 17:18:56 2023 +0000
+++ b/usr.sbin/sysinst/install.c        Fri Jan 06 18:13:40 2023 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: install.c,v 1.24 2022/07/10 10:52:40 martin Exp $      */
+/*     $NetBSD: install.c,v 1.25 2023/01/06 18:13:40 martin Exp $      */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -219,7 +219,7 @@
                    make_filesystems(&install) ||
                    make_fstab(&install) != 0 ||
                    md_post_newfs(&install) != 0)
-               goto error;
+                       goto error;
        }
 
        /* Unpack the distribution. */



Home | Main Index | Thread Index | Old Index