From 5750782fca4241725a84c59e0bf781b3d141d43e Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Wed, 22 Aug 2007 10:46:44 +0000 Subject: [PATCH] httpd: style fix in indexer example --- networking/httpd_indexcgi.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/networking/httpd_indexcgi.c b/networking/httpd_indexcgi.c index b7e466c..def8632 100644 --- a/networking/httpd_indexcgi.c +++ b/networking/httpd_indexcgi.c @@ -220,10 +220,10 @@ int main(void) dir_list_t *dir_list; dir_list_t *cdir; unsigned dir_list_count; - unsigned count_dirs; - unsigned count_files; - unsigned long long size_total; - int odd; + unsigned count_dirs; + unsigned count_files; + unsigned long long size_total; + int odd; DIR *dirp; char *QUERY_STRING; -- 2.7.4