Applied coding style to src/

This commit is contained in:
James Booth
2015-10-26 00:52:33 +00:00
parent c8a6bdb381
commit dd11334b06
18 changed files with 271 additions and 290 deletions

View File

@@ -162,7 +162,7 @@ prof_handle_activity(void)
}
static void
_connect_default(const char * const account)
_connect_default(const char *const account)
{
ProfWin *window = wins_get_current();
if (account) {
@@ -177,7 +177,7 @@ _connect_default(const char * const account)
}
static void
_check_autoaway()
_check_autoaway(void)
{
jabber_conn_status_t conn_status = jabber_get_connection_status();
if (conn_status != JABBER_CONNECTED) {