1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +00: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
_notify(const char * const message, int timeout,
const char * const category)
_notify(const char *const message, int timeout, const char *const category)
{
#ifdef HAVE_LIBNOTIFY
log_debug("Attempting notification: %s", message);