]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
gindent
authorwessels <>
Fri, 25 Sep 1998 12:21:30 +0000 (12:21 +0000)
committerwessels <>
Fri, 25 Sep 1998 12:21:30 +0000 (12:21 +0000)
snmplib/parse.c

index 9d12d69c34c3d1d0dd1773585dfc372500370194..9e935758d19d5373847cbbf34615fc5a941ffb48 100644 (file)
@@ -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;