Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/libexec/httpd Do not indent global variables.



details:   https://anonhg.NetBSD.org/src/rev/9e19135d6799
branches:  trunk
changeset: 748757:9e19135d6799
user:      joerg <joerg%NetBSD.org@localhost>
date:      Wed Nov 04 18:32:27 2009 +0000

description:
Do not indent global variables.

diffstat:

 libexec/httpd/dir-index-bozo.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 537edacf951b -r 9e19135d6799 libexec/httpd/dir-index-bozo.c
--- a/libexec/httpd/dir-index-bozo.c    Wed Nov 04 18:27:40 2009 +0000
+++ b/libexec/httpd/dir-index-bozo.c    Wed Nov 04 18:32:27 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: dir-index-bozo.c,v 1.6 2009/04/18 07:28:24 mrg Exp $   */
+/*     $NetBSD: dir-index-bozo.c,v 1.7 2009/11/04 18:32:27 joerg Exp $ */
 
 /*     $eterna: dir-index-bozo.c,v 1.14 2009/04/18 01:48:18 mrg Exp $  */
 
@@ -45,8 +45,8 @@
 
 #include "bozohttpd.h"
 
-       int     Xflag;          /* do directory indexing */
-       int     Hflag;          /* hide .* */
+int    Xflag;          /* do directory indexing */
+int    Hflag;          /* hide .* */
 
 static void
 directory_hr(void)



Home | Main Index | Thread Index | Old Index