[master] 60a70c883 Code style

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Mon Feb 18 16:05:10 UTC 2019


commit 60a70c883741008ac359d2a3c3f6941d5994c4da
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Mon Feb 18 17:04:25 2019 +0100

    Code style
    
    This line ain't too long to be broken.

diff --git a/lib/libvcc/vcc_vmod.c b/lib/libvcc/vcc_vmod.c
index 483411010..225560d25 100644
--- a/lib/libvcc/vcc_vmod.c
+++ b/lib/libvcc/vcc_vmod.c
@@ -225,8 +225,7 @@ vcc_ParseImport(struct vcc *tl)
 		msym->def_e = tl->t;
 
 
-	if (VFIL_searchpath(tl->vmod_path,
-	    vcc_path_dlopen, &hdl, fn, &fnpx)) {
+	if (VFIL_searchpath(tl->vmod_path, vcc_path_dlopen, &hdl, fn, &fnpx)) {
 		VSB_printf(tl->sb, "Could not load VMOD %.*s\n", PF(mod));
 		VSB_printf(tl->sb, "\tFile name: %s\n",
 		    fnpx != NULL ? fnpx : fn);


More information about the varnish-commit mailing list