[master] b86f2e5 Style nit

Poul-Henning Kamp phk at varnish-cache.org
Thu Oct 24 10:09:51 CEST 2013


commit b86f2e5d09be7a6d28ff597034688af712f88c27
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Thu Oct 24 08:09:46 2013 +0000

    Style nit

diff --git a/bin/varnishd/mgt/mgt_child.c b/bin/varnishd/mgt/mgt_child.c
index 5aad339..f5ff211 100644
--- a/bin/varnishd/mgt/mgt_child.c
+++ b/bin/varnishd/mgt/mgt_child.c
@@ -316,7 +316,8 @@ child_poker(const struct vev *e, int what)
  */
 
 static void __match_proto__()
-mgt_sigsegv_handler(int s, siginfo_t *si, void *c) {
+mgt_sigsegv_handler(int s, siginfo_t *si, void *c)
+{
 	char buf[1024];
 
 	(void)s;



More information about the varnish-commit mailing list