gatppp: whitespace issues

This commit is contained in:
Denis Kenzior 2010-06-11 09:15:48 -05:00
parent a0eafc269e
commit 48c3c4268c
1 changed files with 2 additions and 2 deletions

View File

@ -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;