From 69952696faddfd00fbe51a17f22bfffc2e605b73 Mon Sep 17 00:00:00 2001 From: oliverschmidt Date: Sun, 22 Apr 2007 09:53:50 +0000 Subject: [PATCH] Adjusted source formatting Mk II ;-) --- apps/webserver/httpd-fs.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/webserver/httpd-fs.c b/apps/webserver/httpd-fs.c index 0fa4fd652..24d109543 100644 --- a/apps/webserver/httpd-fs.c +++ b/apps/webserver/httpd-fs.c @@ -30,7 +30,7 @@ * * Author: Adam Dunkels * - * $Id: httpd-fs.c,v 1.2 2007/04/22 09:52:33 oliverschmidt Exp $ + * $Id: httpd-fs.c,v 1.3 2007/04/22 09:53:50 oliverschmidt Exp $ */ #include "contiki-net.h" @@ -106,7 +106,8 @@ httpd_fs_init(void) } /*-----------------------------------------------------------------------------------*/ #if HTTPD_FS_STATISTICS -u16_t httpd_fs_count(char *name) +u16_t +httpd_fs_count(char *name) { struct httpd_fsdata_file_noconst *f; u16_t i;