1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-22 04:35:58 -04:00

fix clang-format

This commit is contained in:
Ailin Nemui 2022-03-11 09:06:37 +01:00
parent 344398dd2a
commit 0c49ba0bda

View File

@ -117,7 +117,7 @@ static void cmd_ignore_show(void)
/* SYNTAX: IGNORE [-regexp | -full] [-pattern <pattern>] [-except] [-replies]
[-network <network>] [-channels <channel>] [-time <time>] <mask> [<levels>]
IGNORE [-regexp | -full] [-pattern <pattern>] [-except] [-replies]
[-network <network>] [-time <time>] <channels> [<levels>] */
[-network <network>] [-time <time>] <channels> [<levels>] */
/* NOTE: -network replaces the old -ircnet flag. */
static void cmd_ignore(const char *data)
{