[master] 511e83e lowercase an argument name

Nils Goroll nils.goroll at uplex.de
Mon Jun 13 13:09:07 CEST 2016


commit 511e83e50d6c62ffcef7b900345f52a60539134b
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Thu Jun 9 16:19:10 2016 +0200

    lowercase an argument name

diff --git a/lib/libvmod_debug/vmod.vcc b/lib/libvmod_debug/vmod.vcc
index c0ae7d7..b172c74 100644
--- a/lib/libvmod_debug/vmod.vcc
+++ b/lib/libvmod_debug/vmod.vcc
@@ -123,7 +123,8 @@ $Method VOID .refresh(STRING addr, STRING port)
 
 Dynamically refresh & (always!) replace the backend by a new one.
 
-$Function VOID workspace_allocate(ENUM { client, backend, session, thread }, INT SIZE)
+$Function VOID workspace_allocate(ENUM { client, backend, session, thread },
+	  INT size)
 
 Allocate and zero out SIZE bytes from a workspace.
 



More information about the varnish-commit mailing list