formatting, whitespaces--

SVN revision: 54221
This commit is contained in:
Vincent Torri 2010-11-06 07:37:52 +00:00
parent 66b9ed8926
commit eccd70139b
1 changed files with 33 additions and 21 deletions

View File

@ -70,6 +70,14 @@ void *alloca (size_t);
#include "eina_file.h"
#include "eina_stringshare.h"
/*============================================================================*
* Local *
*============================================================================*/
/**
* @cond LOCAL
*/
typedef struct _Eina_File_Iterator Eina_File_Iterator;
struct _Eina_File_Iterator
{
@ -312,6 +320,10 @@ _eina_file_stat_ls_iterator_next(Eina_File_Direct_Iterator *it, void **data)
return EINA_TRUE;
}
/**
* @endcond
*/
/*============================================================================*
* Global *
*============================================================================*/