summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gatchat/gatchat.h1
-rw-r--r--gatchat/gatppp.h1
2 files changed, 1 insertions, 1 deletions
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