From 455884d86eecbf699d74af7ff73fd05e4378251a Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 9 Apr 2010 17:10:48 +0200 Subject: [PATCH] Remove one empty line and add another one --- gatchat/gatchat.h | 1 - gatchat/gatppp.h | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/gatchat/gatchat.h b/gatchat/gatchat.h index 6f4f0b95..5a91d242 100644 --- a/gatchat/gatchat.h +++ b/gatchat/gatchat.h @@ -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 diff --git a/gatchat/gatppp.h b/gatchat/gatppp.h index 11495435..5f6a04d0 100644 --- a/gatchat/gatppp.h +++ b/gatchat/gatppp.h @@ -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