run make indent

This commit is contained in:
Fumitoshi UKAI
2001-11-24 02:01:26 +00:00
parent aa74d02025
commit 975c8f9d43
60 changed files with 4970 additions and 4688 deletions

4
hash.c
View File

@@ -1,4 +1,4 @@
/* $Id: hash.c,v 1.2 2001/11/20 17:49:23 ukai Exp $ */
/* $Id: hash.c,v 1.3 2001/11/24 02:01:26 ukai Exp $ */
#include <string.h>
#include "hash.h"
#include "gc.h"
@@ -22,6 +22,8 @@ hashfunc(char *s)
#define keycomp(x,y) !strcmp(x,y)
/* *INDENT-OFF* */
defhashfunc(char *, int, si)
defhashfunc(char *, char *, ss)
defhashfunc(char *, void *, hist)
/* *INDENT-ON* */