Module Name: src
Committed By: riastradh
Date: Sun Jul 16 10:36:21 UTC 2023
Modified Files:
src/sys/sys: rndio.h
Log Message:
sys/rndio.h: Fix whitespace.
No functional change intended.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/sys/rndio.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/sys/rndio.h
diff -u src/sys/sys/rndio.h:1.2 src/sys/sys/rndio.h:1.3
--- src/sys/sys/rndio.h:1.2 Sun Sep 6 06:01:02 2015
+++ src/sys/sys/rndio.h Sun Jul 16 10:36:21 2023
@@ -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;