aboutsummaryrefslogtreecommitdiff
path: root/serial
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2009-06-30 16:18:05 +0300
committerJohan Hedberg <johan.hedberg@nokia.com>2009-06-30 16:18:05 +0300
commit13b40f5ed12d5b5ebc0605d4f0e8ff648e479392 (patch)
tree52e93c008d477c5e1d43737a2baa965da3582ad9 /serial
parentac6d6e80be3b75660629b1f1eb028f4781bb548a (diff)
downloadbluez-13b40f5ed12d5b5ebc0605d4f0e8ff648e479392.tar.gz
Fix whitespace issue
Diffstat (limited to 'serial')
-rw-r--r--serial/proxy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/serial/proxy.c b/serial/proxy.c
index 63f08f6a..8c8a4b8a 100644
--- a/serial/proxy.c
+++ b/serial/proxy.c
@@ -785,7 +785,7 @@ static void proxy_path_unregister(gpointer data)
goto done;
/* Restore the initial TTY configuration */
- sk = open(prx->address, O_RDWR | O_NOCTTY);
+ sk = open(prx->address, O_RDWR | O_NOCTTY);
if (sk >= 0) {
tcsetattr(sk, TCSAFLUSH, &prx->sys_ti);
close(sk);