commit cff933929ac9fc072cf7c2d51febcf4a850d17ed parent 45aaf23dce6267925947f4c29b0a39e9462a92f9 Author: ukai <ukai> Date: Sun, 23 Dec 2001 14:31:38 +0000 run make indent Diffstat:
M | mktable.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mktable.c b/mktable.c @@ -18,7 +18,7 @@ defhash(HashItem_ss *, int, hss_i) #define keycomp(x,y) ((x)==(y)) static uintptr_t hashfunc(HashItem_ss * x) { - return (uintptr_t)x; + return (uintptr_t) x; } defhashfunc(HashItem_ss *, int, hss_i)