summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-04-09 17:10:48 +0200
committerMarcel Holtmann <marcel@holtmann.org>2010-04-09 17:10:48 +0200
commit455884d86eecbf699d74af7ff73fd05e4378251a (patch)
tree577dfd079442d9ca07820fe69f1faf1575e37029
parentdf9723db02dad0a5b0cc244f353236ad2c798754 (diff)
downloadofono-455884d86eecbf699d74af7ff73fd05e4378251a.tar.bz2
Remove one empty line and add another one
-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