summaryrefslogtreecommitdiffstats
path: root/gatchat/gatppp.c
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-06-11 09:15:48 -0500
committerDenis Kenzior <denkenz@gmail.com>2010-06-11 09:20:05 -0500
commit48c3c4268cc3ff9de09ca5802ff4f41d38519167 (patch)
treebdf5623c9825730edc96353a17f3f469bf42d089 /gatchat/gatppp.c
parenta0eafc269e1ae199e6179ffac279f2e179c6ea8e (diff)
downloadofono-48c3c4268cc3ff9de09ca5802ff4f41d38519167.tar.bz2
gatppp: whitespace issues
Diffstat (limited to 'gatchat/gatppp.c')
-rw-r--r--gatchat/gatppp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gatchat/gatppp.c b/gatchat/gatppp.c
index f1cba647..e92fe5d2 100644
--- a/gatchat/gatppp.c
+++ b/gatchat/gatppp.c
@@ -497,7 +497,7 @@ GAtPPP *g_at_ppp_new(GIOChannel *modem)
{
GAtHDLC *hdlc;
GAtPPP *ppp;
-
+
hdlc = g_at_hdlc_new(modem);
if (hdlc == NULL)
return NULL;
@@ -512,7 +512,7 @@ GAtPPP *g_at_ppp_new_from_io(GAtIO *io)
{
GAtHDLC *hdlc;
GAtPPP *ppp;
-
+
hdlc = g_at_hdlc_new_from_io(io);
if (hdlc == NULL)
return NULL;