0
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-07-05 17:28:00 -04:00

Applied coding style to src/ui/

This commit is contained in:
James Booth 2015-10-25 23:31:11 +00:00
parent 4a6b729a54
commit 2ce43b633f
10 changed files with 188 additions and 189 deletions

View File

@ -195,8 +195,7 @@ notify_remind(void)
} }
static void static void
_notify(const char * const message, int timeout, _notify(const char *const message, int timeout, const char *const category)
const char * const category)
{ {
#ifdef HAVE_LIBNOTIFY #ifdef HAVE_LIBNOTIFY
log_debug("Attempting notification: %s", message); log_debug("Attempting notification: %s", message);