gatchat: Fix style

This commit is contained in:
Denis Kenzior 2016-10-05 13:02:19 -05:00
parent da47398525
commit a8d4e7960f
1 changed files with 2 additions and 1 deletions

View File

@ -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;