summaryrefslogtreecommitdiff
path: root/sys/altq/altq_priq.h
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2002-12-16 17:27:21 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2002-12-16 17:27:21 +0000
commit6215b937db50b7009b88e59a4bb9193d0222c059 (patch)
tree5431eaa47bbd9c3c042b84bb48bc4257148be397 /sys/altq/altq_priq.h
parentb5fc9ce435595003d8568a1e9d29b732b46d7517 (diff)
major KNF, Take 2
ok kjc@
Diffstat (limited to 'sys/altq/altq_priq.h')
-rw-r--r--sys/altq/altq_priq.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/altq/altq_priq.h b/sys/altq/altq_priq.h
index b1eb873a2df..dc6e5a4be5d 100644
--- a/sys/altq/altq_priq.h
+++ b/sys/altq/altq_priq.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: altq_priq.h,v 1.3 2002/12/16 09:18:05 kjc Exp $ */
+/* $OpenBSD: altq_priq.h,v 1.4 2002/12/16 17:27:20 henning Exp $ */
/* $KAME: altq_priq.h,v 1.1 2000/10/18 09:15:23 kjc Exp $ */
/*
* Copyright (C) 2000-2002
@@ -55,13 +55,13 @@ struct priq_classstats {
u_int qlength;
u_int qlimit;
- u_int period;
+ u_int period;
struct pktcntr xmitcnt; /* transmitted packet counter */
struct pktcntr dropcnt; /* dropped packet counter */
/* red and rio related info */
- int qtype;
- struct redstats red[3]; /* rio has 3 red stats */
+ int qtype;
+ struct redstats red[3]; /* rio has 3 red stats */
};
#ifdef _KERNEL