gatio: Remove stray empty line

This commit is contained in:
Denis Kenzior 2011-02-28 12:28:50 -06:00
parent 78eb4ee59c
commit 703271e629
1 changed files with 0 additions and 1 deletions

View File

@ -180,7 +180,6 @@ static gboolean can_write_data(GIOChannel *channel, GIOCondition cond,
return FALSE;
return io->write_handler(io->write_data);
}
static GAtIO *create_io(GIOChannel *channel, GIOFlags flags)