Commit e1e30a80 authored by Dag Erling Smørgrav's avatar Dag Erling Smørgrav

Whitespace cleanup


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4020 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent e55843ad
......@@ -45,7 +45,7 @@
#ifdef HAVE_SYS_MOUNT_H
#include <sys/mount.h>
#endif
#ifdef HAVE_SYS_STATVFS_H
#include <sys/statvfs.h>
#endif
......@@ -85,7 +85,7 @@ STV_GetFile(const char *fn, int *fdp, const char **fnp, const char *ctx)
char *q;
int retval = 1;
AN(fn);
AN(fn);
AN(fnp);
AN(fdp);
*fnp = NULL;
......
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