summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2016-10-05 13:02:19 -0500
committerDenis Kenzior <denkenz@gmail.com>2016-10-05 13:02:52 -0500
commita8d4e7960f6132966c9f94ba1821335d5c0fb7fa (patch)
tree18720cb52cfd7ba86121502cf93782d00a912b75
parentda47398525bd86a3b2928aa986be5bd4d624a8c6 (diff)
downloadofono-a8d4e7960f6132966c9f94ba1821335d5c0fb7fa.tar.gz
gatchat: Fix style
-rw-r--r--gatchat/gatmux.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gatchat/gatmux.c b/gatchat/gatmux.c
index 074e340a..0e275b53 100644
--- a/gatchat/gatmux.c
+++ b/gatchat/gatmux.c
@@ -618,7 +618,8 @@ gboolean g_at_mux_start(GAtMux *mux)
mux->read_watch = g_io_add_watch_full(mux->channel, G_PRIORITY_DEFAULT,
G_IO_IN | G_IO_HUP | G_IO_ERR | G_IO_NVAL,
- received_data, mux, read_watcher_destroy_notify);
+ received_data, mux,
+ read_watcher_destroy_notify);
mux->shutdown = FALSE;