[experimental-ims] 263383b Whitespace CDO.

Geoff Simmons geoff at varnish-cache.org
Mon Jan 30 16:09:52 CET 2012


commit 263383ba0a32ab40a30ea03b8895f6efa5099b3f
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Jan 30 07:19:49 2012 +0000

    Whitespace CDO.

diff --git a/include/vdef.h b/include/vdef.h
index 63a2a6b..9beedb0 100644
--- a/include/vdef.h
+++ b/include/vdef.h
@@ -8,7 +8,7 @@
  * Author: Rogier 'DocWilco' Mulhuijzen <rogier at fastly.com>
  *
  * Inspired by FreeBSD's <sys/cdefs.h>
- * 
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
diff --git a/lib/libvmod_std/vmod.py b/lib/libvmod_std/vmod.py
index e409628..041edcb 100755
--- a/lib/libvmod_std/vmod.py
+++ b/lib/libvmod_std/vmod.py
@@ -248,7 +248,7 @@ def dumps(s):
 #######################################################################
 
 if initname != "":
-	plist += "int " + initname 
+	plist += "int " + initname
 	plist += "(struct vmod_priv *, const struct VCL_conf *);\n"
 	pstruct += "\tvmod_init_f\t*_init;\n"
 	pinit += "\t" + initname + ",\n"



More information about the varnish-commit mailing list