Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/ufs/ext2fs whitespace fix
details: https://anonhg.NetBSD.org/src/rev/ce8d278a070a
branches: trunk
changeset: 347316:ce8d278a070a
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Sat Aug 20 19:45:20 2016 +0000
description:
whitespace fix
diffstat:
sys/ufs/ext2fs/ext2fs_htree.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r b89260ebfbb9 -r ce8d278a070a sys/ufs/ext2fs/ext2fs_htree.c
--- a/sys/ufs/ext2fs/ext2fs_htree.c Sat Aug 20 19:44:46 2016 +0000
+++ b/sys/ufs/ext2fs/ext2fs_htree.c Sat Aug 20 19:45:20 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ext2fs_htree.c,v 1.7 2016/08/19 00:05:43 jdolecek Exp $ */
+/* $NetBSD: ext2fs_htree.c,v 1.8 2016/08/20 19:45:20 jdolecek Exp $ */
/*-
* Copyright (c) 2010, 2012 Zheng Liu <lz%freebsd.org@localhost>
@@ -29,7 +29,7 @@
* $FreeBSD: head/sys/fs/ext2fs/ext2fs_htree.c 294653 2016-01-24 02:41:49Z pfg $
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ext2fs_htree.c,v 1.7 2016/08/19 00:05:43 jdolecek Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ext2fs_htree.c,v 1.8 2016/08/20 19:45:20 jdolecek Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -306,7 +306,7 @@
* Sort directory entry descriptors by name hash value.
*/
kheapsort(sort_info, entry_cnt, sizeof(struct ext2fs_htree_sort_entry),
- ext2fs_htree_cmp_sort_entry,&dummy);
+ ext2fs_htree_cmp_sort_entry, &dummy);
/*
* Count the number of entries to move to directory block 2.
Home |
Main Index |
Thread Index |
Old Index