diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-06-27 20:53:21 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-06-27 20:53:21 -0700 |
commit | ea8e3006db2d7244e1624aea3023ae4509effdba (patch) | |
tree | 9315a8bc18afa7c781c899373b6106722e9ff41c | |
parent | f98fa50c3955008186456459ff0296fe79d43258 (diff) | |
download | subsurface-ea8e3006db2d7244e1624aea3023ae4509effdba.tar.gz |
Whitespace
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | core/qtserialbluetooth.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/core/qtserialbluetooth.cpp b/core/qtserialbluetooth.cpp index f317a0c94..8b5779ce5 100644 --- a/core/qtserialbluetooth.cpp +++ b/core/qtserialbluetooth.cpp @@ -60,7 +60,7 @@ static dc_status_t ble_serial_get_available(dc_custom_io_t *io, size_t *availabl static dc_status_t ble_serial_set_timeout(dc_custom_io_t *io, long timeout); static dc_custom_io_t ble_serial_ops = { - .userdata = NULL, + .userdata = NULL, .user_device = NULL, .serial_open = ble_serial_open, @@ -78,11 +78,11 @@ static dc_custom_io_t ble_serial_ops = { .serial_set_halfduplex = NULL, .serial_set_break = NULL, - .packet_size = 20, - .packet_open = qt_ble_open, - .packet_close = qt_ble_close, - .packet_read = qt_ble_read, - .packet_write = qt_ble_write, + .packet_size = 20, + .packet_open = qt_ble_open, + .packet_close = qt_ble_close, + .packet_read = qt_ble_read, + .packet_write = qt_ble_write, }; |