Style: No need for the extra line

This commit is contained in:
Denis Kenzior 2010-02-01 12:02:28 -06:00
parent 263044721e
commit e6ccc74504
1 changed files with 1 additions and 2 deletions

View File

@ -353,8 +353,7 @@ static gboolean g_at_chat_match_notify(GAtChat *chat, char *line)
return ret;
}
static void g_at_chat_finish_command(GAtChat *p, gboolean ok,
char *final)
static void g_at_chat_finish_command(GAtChat *p, gboolean ok, char *final)
{
struct at_command *cmd = g_queue_pop_head(p->command_queue);
GSList *response_lines;