fix indent

This commit is contained in:
Fumitoshi UKAI
2002-12-02 17:55:46 +00:00
parent f2770707c1
commit 82ef7c22a1
3 changed files with 9 additions and 8 deletions

6
map.c
View File

@@ -1,4 +1,4 @@
/* $Id: map.c,v 1.17 2002/12/02 17:27:39 ukai Exp $ */
/* $Id: map.c,v 1.18 2002/12/02 17:55:50 ukai Exp $ */
/*
* client-side image maps
*/
@@ -417,9 +417,9 @@ append_map_info(Buffer *buf, Str tmp, FormItemList *fi)
/* append links */
static void
append_link_info(Buffer *buf, Str html, LinkList *link)
append_link_info(Buffer *buf, Str html, LinkList * link)
{
LinkList *l;
LinkList *l;
ParsedURL pu;
char *url;