Indentation fix.
This commit is contained in:
parent
0e76283c9a
commit
6ec7bfad30
@ -206,13 +206,13 @@ url_check_word (const char *word)
|
|||||||
gboolean (*match) (const char *word, int *start, int *end);
|
gboolean (*match) (const char *word, int *start, int *end);
|
||||||
int type;
|
int type;
|
||||||
} m[] = {
|
} m[] = {
|
||||||
{ match_url, WORD_URL },
|
{ match_url, WORD_URL },
|
||||||
{ match_email, WORD_EMAIL },
|
{ match_email, WORD_EMAIL },
|
||||||
{ match_nick, WORD_NICK },
|
{ match_nick, WORD_NICK },
|
||||||
{ match_channel, WORD_CHANNEL },
|
{ match_channel, WORD_CHANNEL },
|
||||||
{ match_host6, WORD_HOST6 },
|
{ match_host6, WORD_HOST6 },
|
||||||
{ match_host, WORD_HOST },
|
{ match_host, WORD_HOST },
|
||||||
{ match_path, WORD_PATH },
|
{ match_path, WORD_PATH },
|
||||||
{ NULL, 0}
|
{ NULL, 0}
|
||||||
};
|
};
|
||||||
int i;
|
int i;
|
||||||
|
Loading…
Reference in New Issue
Block a user