From: Marcel Holtmann Date: Thu, 4 Aug 2011 21:54:33 +0000 (+0200) Subject: gatchat: Fix minor whitespace mistake X-Git-Tag: 1.0~193 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b996d34f2fec65082e540a6f27f3cb23b29bc4b2;p=platform%2Fupstream%2Fofono.git gatchat: Fix minor whitespace mistake --- diff --git a/gatchat/gattty.c b/gatchat/gattty.c index 5ac733c..f901076 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; }