Eina: formatting

eina_file_init() and eina_file_shutdown() are global symbols, not local ones


SVN revision: 67423
This commit is contained in:
Vincent Torri 2012-01-21 08:23:23 +00:00
parent 9f844d5699
commit 2b932abc9c
1 changed files with 8 additions and 8 deletions

View File

@ -593,6 +593,14 @@ _eina_file_escape(const char *path, int *length)
return result;
}
/**
* @endcond
*/
/*============================================================================*
* Global *
*============================================================================*/
Eina_Bool
eina_file_init(void)
{
@ -641,14 +649,6 @@ eina_file_shutdown(void)
return EINA_TRUE;
}
/**
* @endcond
*/
/*============================================================================*
* Global *
*============================================================================*/
/*============================================================================*
* API *
*============================================================================*/