Source-Changes-HG archive

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

[src/trunk]: src/sys/sys sys/rndio.h: Fix whitespace.



details:   https://anonhg.NetBSD.org/src/rev/0af4e4f529d5
branches:  trunk
changeset: 377541:0af4e4f529d5
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sun Jul 16 10:36:21 2023 +0000

description:
sys/rndio.h: Fix whitespace.

No functional change intended.

diffstat:

 sys/sys/rndio.h |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 831569ecbfd7 -r 0af4e4f529d5 sys/sys/rndio.h
--- a/sys/sys/rndio.h   Sun Jul 16 10:36:11 2023 +0000
+++ b/sys/sys/rndio.h   Sun Jul 16 10:36:21 2023 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rndio.h,v 1.2 2015/09/06 06:01:02 dholland Exp $       */
+/*     $NetBSD: rndio.h,v 1.3 2023/07/16 10:36:21 riastradh Exp $      */
 
 /*-
  * Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -50,8 +50,7 @@ typedef struct {
 } rndsave_t;
 
 /* Statistics exposed by RNDGETPOOLSTAT */
-typedef struct
-{
+typedef struct {
        uint32_t        poolsize;
        uint32_t        threshold;
        uint32_t        maxentropy;



Home | Main Index | Thread Index | Old Index