Commit 263383ba authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Whitespace CDO.

parent cff8e37b
......@@ -8,7 +8,7 @@
* Author: Rogier 'DocWilco' Mulhuijzen <rogier@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:
......
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment