Remove one empty line and add another one
authorMarcel Holtmann <marcel@holtmann.org>
Fri, 9 Apr 2010 15:10:48 +0000 (17:10 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 9 Apr 2010 15:10:48 +0000 (17:10 +0200)
gatchat/gatchat.h
gatchat/gatppp.h

index 6f4f0b9..5a91d24 100644 (file)
@@ -133,7 +133,6 @@ gboolean g_at_chat_set_wakeup_command(GAtChat *chat, const char *cmd,
 void g_at_chat_add_terminator(GAtChat *chat, char *terminator,
                                int len, gboolean success);
 
-
 #ifdef __cplusplus
 }
 #endif
index 1149543..5f6a04d 100644 (file)
@@ -55,6 +55,7 @@ void g_at_ppp_ref(GAtPPP *ppp);
 void g_at_ppp_unref(GAtPPP *ppp);
 void g_at_ppp_set_credentials(GAtPPP *ppp, const char *username,
                                                const char *passwd);
+
 #ifdef __cplusplus
 }
 #endif