gatio: Remove stray empty line
authorDenis Kenzior <denkenz@gmail.com>
Mon, 28 Feb 2011 18:28:50 +0000 (12:28 -0600)
committerDenis Kenzior <denkenz@gmail.com>
Mon, 28 Feb 2011 22:13:56 +0000 (16:13 -0600)
gatchat/gatio.c

index 99b4baa..2778260 100644 (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)