From: wessels <> Date: Fri, 25 Sep 1998 12:21:30 +0000 (+0000) Subject: gindent X-Git-Tag: SQUID_3_0_PRE1~2627 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80047df2dcdc5482811de866df6e2f8983b1753b;p=thirdparty%2Fsquid.git gindent --- 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;