mirror of
https://github.com/profanity-im/profanity.git
synced 2025-01-03 14:57:42 -05:00
Applied coding style to src/ui/
This commit is contained in:
parent
4a6b729a54
commit
2ce43b633f
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user