Remove one empty line and add another one

This commit is contained in:
Marcel Holtmann 2010-04-09 17:10:48 +02:00
parent df9723db02
commit 455884d86e
2 changed files with 1 additions and 1 deletions

View 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

View 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