Skip to content
This repository has been archived by the owner on Nov 18, 2020. It is now read-only.

Commit

Permalink
Formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
daghf committed Oct 4, 2015
1 parent 3cd9816 commit b736285
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/vmod_example.c
Expand Up @@ -8,7 +8,8 @@
#include "vcc_if.h"

int
init_function(const struct vrt_ctx *ctx, struct vmod_priv *priv, enum vcl_event_e e)
init_function(const struct vrt_ctx *ctx, struct vmod_priv *priv,
enum vcl_event_e e)
{
if (e != VCL_EVENT_LOAD)
return (0);
Expand Down

0 comments on commit b736285

Please sign in to comment.