indentation issue

This commit is contained in:
Jari Matilainen 2016-01-28 22:22:08 +01:00
commit 03f03ede86

View file

@ -96,7 +96,7 @@ static void sig_server_add_fill(IRC_SERVER_SETUP_REC *rec,
static void sig_server_modify_fill(IRC_SERVER_SETUP_REC *rec, static void sig_server_modify_fill(IRC_SERVER_SETUP_REC *rec,
GHashTable *optlist) GHashTable *optlist)
{ {
IRC_CHATNET_REC *ircnet; IRC_CHATNET_REC *ircnet;
char *value; char *value;
value = g_hash_table_lookup(optlist, "network"); value = g_hash_table_lookup(optlist, "network");