summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkrw <krw@openbsd.org>2014-05-22 02:15:54 +0000
committerkrw <krw@openbsd.org>2014-05-22 02:15:54 +0000
commita3eba0029bee35d52edbc1b3e7e3aa8136f08ead (patch)
tree58897e0e12357866761a930015329c5187733349
parentFrom FreeBSD: the second argument to UFS_UPDATE/ffs_update is just a (diff)
downloadwireguard-openbsd-a3eba0029bee35d52edbc1b3e7e3aa8136f08ead.tar.xz
wireguard-openbsd-a3eba0029bee35d52edbc1b3e7e3aa8136f08ead.zip
Nuke some trailing whitespace to shrink subsequent diffs.
-rw-r--r--sbin/ncheck_ffs/ncheck_ffs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ncheck_ffs/ncheck_ffs.c b/sbin/ncheck_ffs/ncheck_ffs.c
index 847fbea06c8..712ebb6152a 100644
--- a/sbin/ncheck_ffs/ncheck_ffs.c
+++ b/sbin/ncheck_ffs/ncheck_ffs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ncheck_ffs.c,v 1.42 2014/05/20 21:11:16 krw Exp $ */
+/* $OpenBSD: ncheck_ffs.c,v 1.43 2014/05/22 02:15:54 krw Exp $ */
/*-
* Copyright (c) 1995, 1996 SigmaSoft, Th. Lockert <tholo@sigmasoft.com>
@@ -364,7 +364,7 @@ dirindir(ufsino_t ino, daddr_t blkno, int ind_level, off_t *filesizep,
const char *path)
{
int i;
- void *idblk;
+ void *idblk;
if ((idblk = malloc(sblock->fs_bsize)) == NULL)
errx(1, "dirindir: cannot allocate indirect memory.\n");