summaryrefslogtreecommitdiffstats
path: root/gatchat
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2011-08-04 23:54:33 +0200
committerMarcel Holtmann <marcel@holtmann.org>2011-08-04 23:54:33 +0200
commitb996d34f2fec65082e540a6f27f3cb23b29bc4b2 (patch)
tree30e5c166d3130de4755ae3ac2a4b97b5d75bf0e9 /gatchat
parent4b896ee83473bc266b97fac6b7702e651ece372e (diff)
downloadofono-b996d34f2fec65082e540a6f27f3cb23b29bc4b2.tar.bz2
gatchat: Fix minor whitespace mistake
Diffstat (limited to 'gatchat')
-rw-r--r--gatchat/gattty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gatchat/gattty.c b/gatchat/gattty.c
index 5ac733c3..f901076f 100644
--- a/gatchat/gattty.c
+++ b/gatchat/gattty.c
@@ -278,7 +278,7 @@ GIOChannel *g_at_tty_open_qcdm(const char *tty)
ti.c_cflag &= ~(CSIZE | CSTOPB | PARENB);
ti.c_cflag |= (B115200 | CS8);
- if (tcsetattr (fd, TCSANOW, &ti) < 0) {
+ if (tcsetattr(fd, TCSANOW, &ti) < 0) {
close(fd);
return NULL;
}