Source-Changes-HG archive

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

[src/trunk]: src/sys/sys sys/vnode_impl.h: Nix trailing whitespace.



details:   https://anonhg.NetBSD.org/src/rev/dc9f50cfce46
branches:  trunk
changeset: 374504:dc9f50cfce46
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sat Apr 29 06:28:12 2023 +0000

description:
sys/vnode_impl.h: Nix trailing whitespace.

No functional change intended.

diffstat:

 sys/sys/vnode_impl.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 62d606dd4b5e -r dc9f50cfce46 sys/sys/vnode_impl.h
--- a/sys/sys/vnode_impl.h      Sat Apr 29 06:23:37 2023 +0000
+++ b/sys/sys/vnode_impl.h      Sat Apr 29 06:28:12 2023 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vnode_impl.h,v 1.24 2022/07/18 04:30:30 thorpej Exp $  */
+/*     $NetBSD: vnode_impl.h,v 1.25 2023/04/29 06:28:12 riastradh Exp $        */
 
 /*-
  * Copyright (c) 2016, 2019, 2020 The NetBSD Foundation, Inc.
@@ -127,7 +127,7 @@ typedef struct vnode_impl vnode_impl_t;
  */
 void _vstate_assert(vnode_t *, enum vnode_state, const char *, int, bool);
 
-#if defined(DIAGNOSTIC) 
+#if defined(DIAGNOSTIC)
 
 #define VSTATE_ASSERT(vp, state) \
        _vstate_assert((vp), (state), __func__, __LINE__, true)



Home | Main Index | Thread Index | Old Index