diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2010-04-02 13:34:10 -0700 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-04-02 13:34:10 -0700 |
commit | 3c39543cd6c0e3f08dac843cecb9cc7131283f0f (patch) | |
tree | 5851a8b8adeb7a9d916581646bacac7f1fe3816e | |
parent | 76200165bbe425c7b45c31136ffdd784b2229d2f (diff) | |
download | ofono-3c39543cd6c0e3f08dac843cecb9cc7131283f0f.tar.bz2 |
Fix tabs vs. whitespace coding style violation
-rw-r--r-- | gatchat/gatppp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gatchat/gatppp.c b/gatchat/gatppp.c index 74bd2658..fd0a3f41 100644 --- a/gatchat/gatppp.c +++ b/gatchat/gatppp.c @@ -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; |