Module Name:    src
Committed By:   joerg
Date:           Wed Nov  4 18:32:27 UTC 2009

Modified Files:
        src/libexec/httpd: dir-index-bozo.c

Log Message:
Do not indent global variables.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/libexec/httpd/dir-index-bozo.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/libexec/httpd/dir-index-bozo.c
diff -u src/libexec/httpd/dir-index-bozo.c:1.6 src/libexec/httpd/dir-index-bozo.c:1.7
--- src/libexec/httpd/dir-index-bozo.c:1.6	Sat Apr 18 07:28:24 2009
+++ src/libexec/httpd/dir-index-bozo.c	Wed Nov  4 18:32:27 2009
@@ -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)

Reply via email to