Module Name: src Committed By: martin Date: Fri Jan 6 18:13:40 UTC 2023
Modified Files: src/usr.sbin/sysinst: install.c Log Message: cosmetics: fix indentation To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/usr.sbin/sysinst/install.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/usr.sbin/sysinst/install.c diff -u src/usr.sbin/sysinst/install.c:1.24 src/usr.sbin/sysinst/install.c:1.25 --- src/usr.sbin/sysinst/install.c:1.24 Sun Jul 10 10:52:40 2022 +++ src/usr.sbin/sysinst/install.c Fri Jan 6 18:13:40 2023 @@ -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 @@ do_install(void) make_filesystems(&install) || make_fstab(&install) != 0 || md_post_newfs(&install) != 0) - goto error; + goto error; } /* Unpack the distribution. */