fix indent

This commit is contained in:
Fumitoshi UKAI
2003-02-05 16:45:07 +00:00
parent e312638d0c
commit 8f4d3b66f1
4 changed files with 33 additions and 34 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
/* $Id: anchor.c,v 1.23 2003/02/05 16:43:56 ukai Exp $ */
/* $Id: anchor.c,v 1.24 2003/02/05 16:45:07 ukai Exp $ */
#include "fm.h"
#include "myctype.h"
#include "regex.h"
+9 -9
View File
@@ -1,4 +1,4 @@
/* $Id: indep.c,v 1.31 2003/02/05 16:43:57 ukai Exp $ */
/* $Id: indep.c,v 1.32 2003/02/05 16:45:08 ukai Exp $ */
#include "fm.h"
#include <stdio.h>
#include <pwd.h>
@@ -12,21 +12,21 @@
#include "entity.h"
unsigned char QUOTE_MAP[0x100] = {
/* NUL SOH STX ETX EOT ENQ ACK BEL BS HT LF VT FF CR SO SI */
/* NUL SOH STX ETX EOT ENQ ACK BEL BS HT LF VT FF CR SO SI */
24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24,
/* DLE DC1 DC2 DC3 DC4 NAK SYN ETB CAN EM SUB ESC FS GS RS US */
/* DLE DC1 DC2 DC3 DC4 NAK SYN ETB CAN EM SUB ESC FS GS RS US */
24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24,
/* SPC ! " # $ % & ' ( ) * + , - . / */
/* SPC ! " # $ % & ' ( ) * + , - . / */
24, 72, 76, 40, 8, 40, 41, 72, 72, 72, 72, 40, 72, 8, 0, 64,
/* 0 1 2 3 4 5 6 7 8 9 : ; < = > ? */
/* 0 1 2 3 4 5 6 7 8 9 : ; < = > ? */
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32, 72, 74, 72, 75, 40,
/* @ A B C D E F G H I J K L M N O */
/* @ A B C D E F G H I J K L M N O */
72, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
/* P Q R S T U V W X Y Z [ \ ] ^ _ */
/* P Q R S T U V W X Y Z [ \ ] ^ _ */
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 72, 72, 72, 72, 0,
/* ` a b c d e f g h i j k l m n o */
/* ` a b c d e f g h i j k l m n o */
72, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
/* p q r s t u v w x y z { | } ~ DEL */
/* p q r s t u v w x y z { | } ~ DEL */
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 72, 72, 72, 72, 24,
16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16,
+1 -1
View File
@@ -1,4 +1,4 @@
/* $Id: main.c,v 1.209 2003/02/05 16:43:58 ukai Exp $ */
/* $Id: main.c,v 1.210 2003/02/05 16:45:08 ukai Exp $ */
#define MAINPROGRAM
#include "fm.h"
#include <signal.h>
+2 -3
View File
@@ -1,4 +1,4 @@
/* $Id: map.c,v 1.27 2003/02/05 16:43:59 ukai Exp $ */
/* $Id: map.c,v 1.28 2003/02/05 16:45:08 ukai Exp $ */
/*
* client-side image maps
*/
@@ -581,8 +581,7 @@ page_info_panel(Buffer *buf)
p = q;
Strcat_m_charp(tmp,
"<tr valign=top><td nowrap>URL of current image<td><a href=\"",
q, "\">", p, "</a>",
NULL);
q, "\">", p, "</a>", NULL);
}
a = retrieveCurrentForm(buf);
if (a != NULL) {