Adjusted source formatting Mk II ;-)
This commit is contained in:
parent
f70efdf7ad
commit
69952696fa
1 changed files with 3 additions and 2 deletions
|
@ -30,7 +30,7 @@
|
|||
*
|
||||
* Author: Adam Dunkels <adam@sics.se>
|
||||
*
|
||||
* $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;
|
||||
|
|
Loading…
Reference in a new issue