pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_install/files/add pkg_install: remove str...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ee8a310406cf
branches:  trunk
changeset: 443412:ee8a310406cf
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Sat Dec 12 04:12:47 2020 +0000

description:
pkg_install: remove stray extra tab in perform.c

diffstat:

 pkgtools/pkg_install/files/add/perform.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 9258240f6260 -r ee8a310406cf pkgtools/pkg_install/files/add/perform.c
--- a/pkgtools/pkg_install/files/add/perform.c  Sat Dec 12 02:25:36 2020 +0000
+++ b/pkgtools/pkg_install/files/add/perform.c  Sat Dec 12 04:12:47 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: perform.c,v 1.117 2020/12/12 01:44:17 gutteridge Exp $ */
+/*     $NetBSD: perform.c,v 1.118 2020/12/12 04:12:47 gutteridge Exp $ */
 #if HAVE_CONFIG_H
 #include "config.h"
 #endif
@@ -6,7 +6,7 @@
 #if HAVE_SYS_CDEFS_H
 #include <sys/cdefs.h>
 #endif
-__RCSID("$NetBSD: perform.c,v 1.117 2020/12/12 01:44:17 gutteridge Exp $");
+__RCSID("$NetBSD: perform.c,v 1.118 2020/12/12 04:12:47 gutteridge Exp $");
 
 /*-
  * Copyright (c) 2003 Grant Beattie <grant%NetBSD.org@localhost>
@@ -1190,7 +1190,7 @@
                best_installed = find_best_matching_installed_pkg(p->name, 0);
                if (best_installed == NULL) {
                        warnx("Expected dependency %s still missing", p->name);
-                               return -1;
+                       return -1;
                }
 
                for (i = 0; i < pkg->dep_length; ++i) {



Home | Main Index | Thread Index | Old Index