Fix tabs vs. whitespace coding style violation
authorMarcel Holtmann <marcel@holtmann.org>
Fri, 2 Apr 2010 20:34:10 +0000 (13:34 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 2 Apr 2010 20:34:10 +0000 (13:34 -0700)
gatchat/gatppp.c

index 74bd265..fd0a3f4 100644 (file)
@@ -636,7 +636,7 @@ static gboolean ppp_xmit_cb(GIOChannel *channel, GIOCondition cond,
                while ((fb = g_queue_peek_head(ppp->xmit_queue))) {
                        status = g_io_channel_write_chars(ppp->modem,
                                        (gchar *) fb->bytes, fb->len,
-                                        &bytes_written, &error);
+                                       &bytes_written, &error);
                        if (status != G_IO_STATUS_NORMAL &&
                                status != G_IO_STATUS_AGAIN)
                                return FALSE;