From 80047df2dcdc5482811de866df6e2f8983b1753b Mon Sep 17 00:00:00 2001 From: wessels <> Date: Fri, 25 Sep 1998 12:21:30 +0000 Subject: [PATCH] gindent --- snmplib/parse.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snmplib/parse.c b/snmplib/parse.c index 9d12d69c34..9e935758d1 100644 --- a/snmplib/parse.c +++ b/snmplib/parse.c @@ -240,7 +240,7 @@ hash_init() #define NBUCKET(x) (x & 0x7F) struct node *nbuckets[NHASHSIZE]; -static void +static void init_node_hash(nodes) struct node *nodes; { @@ -301,7 +301,7 @@ print_subtree(tree, count) int translation_table[40]; -static void +static void build_translation_table() { int count; -- 2.47.3