]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib: Reformat lib-signals.h.
authorStephan Bosch <stephan.bosch@open-xchange.com>
Sun, 12 Apr 2020 14:40:30 +0000 (16:40 +0200)
committeraki.tuomi <aki.tuomi@open-xchange.com>
Fri, 22 May 2020 08:42:33 +0000 (08:42 +0000)
src/lib/lib-signals.h

index 1991be0c38cb664f49d61e97d33fbff3e65f364d..144e2b0abadbb0b673637b02b39ea53c9250fdbf 100644 (file)
@@ -47,7 +47,7 @@ void lib_signals_unset_handler(int signo,
 /* Switch ioloop for a specific signal handler created with
    LIBSIG_FLAG_NO_IOLOOP_AUTOMOVE. */
 void lib_signals_switch_ioloop(int signo,
-       signal_handler_t *handler, void *context);
+                              signal_handler_t *handler, void *context);
 
 /* Log a syscall error inside a (non-delayed) signal handler where i_error() is
    unsafe. errno number will be appended to the prefix. */