Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/puffs/mount_9p Fix extra whitespace added by accident.
details: https://anonhg.NetBSD.org/src/rev/1d9539846446
branches: trunk
changeset: 1010683:1d9539846446
user: uwe <uwe%NetBSD.org@localhost>
date: Mon Jun 01 13:30:52 2020 +0000
description:
Fix extra whitespace added by accident.
diffstat:
usr.sbin/puffs/mount_9p/node.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 90e3228939f5 -r 1d9539846446 usr.sbin/puffs/mount_9p/node.c
--- a/usr.sbin/puffs/mount_9p/node.c Mon Jun 01 11:44:59 2020 +0000
+++ b/usr.sbin/puffs/mount_9p/node.c Mon Jun 01 13:30:52 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: node.c,v 1.28 2020/05/27 03:25:13 uwe Exp $ */
+/* $NetBSD: node.c,v 1.29 2020/06/01 13:30:52 uwe Exp $ */
/*
* Copyright (c) 2007 Antti Kantee. All Rights Reserved.
@@ -27,7 +27,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: node.c,v 1.28 2020/05/27 03:25:13 uwe Exp $");
+__RCSID("$NetBSD: node.c,v 1.29 2020/06/01 13:30:52 uwe Exp $");
#endif /* !lint */
#include <assert.h>
@@ -595,7 +595,7 @@
if (targ) {
struct puffs_node *pn_targ = targ;
- rv = noderemove(pu, pn_targ);
+ rv = noderemove(pu, pn_targ);
if (rv)
goto out;
}
Home |
Main Index |
Thread Index |
Old Index