From: deraadt Date: Mon, 4 Aug 2014 06:35:10 +0000 (+0000) Subject: whitespace X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=ec12f7f0254e3f79fb34658edc434c3b30b6ff0f;p=openbsd whitespace --- diff --git a/usr.sbin/httpd/httpd.h b/usr.sbin/httpd/httpd.h index 11ff449a822..92413cc6d22 100644 --- a/usr.sbin/httpd/httpd.h +++ b/usr.sbin/httpd/httpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: httpd.h,v 1.37 2014/08/03 20:39:40 reyk Exp $ */ +/* $OpenBSD: httpd.h,v 1.38 2014/08/04 06:35:10 deraadt Exp $ */ /* * Copyright (c) 2006 - 2014 Reyk Floeter @@ -483,7 +483,7 @@ int sockaddr_cmp(struct sockaddr *, struct sockaddr *, int); struct in6_addr *prefixlen2mask6(u_int8_t, u_int32_t *); u_int32_t prefixlen2mask(u_int8_t); int accept_reserve(int, struct sockaddr *, socklen_t *, int, - volatile int *); + volatile int *); struct kv *kv_add(struct kvtree *, char *, char *); int kv_set(struct kv *, char *, ...); int kv_setkey(struct kv *, char *, ...); diff --git a/usr.sbin/httpd/proc.c b/usr.sbin/httpd/proc.c index 7a6d5716ef1..714052d1868 100644 --- a/usr.sbin/httpd/proc.c +++ b/usr.sbin/httpd/proc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: proc.c,v 1.1 2014/07/12 23:34:54 reyk Exp $ */ +/* $OpenBSD: proc.c,v 1.2 2014/08/04 06:35:10 deraadt Exp $ */ /* * Copyright (c) 2010 - 2014 Reyk Floeter @@ -163,7 +163,7 @@ proc_open(struct privsep *ps, struct privsep_proc *p, /* * Open socket pairs for our peers - */ + */ for (proc = 0; proc < nproc; proc++) { procs[proc].p_ps = ps; procs[proc].p_env = ps->ps_env; diff --git a/usr.sbin/httpd/server_http.c b/usr.sbin/httpd/server_http.c index 36591816731..bf1a3c8dff0 100644 --- a/usr.sbin/httpd/server_http.c +++ b/usr.sbin/httpd/server_http.c @@ -1,4 +1,4 @@ -/* $OpenBSD: server_http.c,v 1.34 2014/08/03 22:38:12 reyk Exp $ */ +/* $OpenBSD: server_http.c,v 1.35 2014/08/04 06:35:10 deraadt Exp $ */ /* * Copyright (c) 2006 - 2014 Reyk Floeter @@ -78,7 +78,7 @@ server_http(struct httpd *x_env) void server_http_init(struct server *srv) { - /* nothing */ + /* nothing */ } int