1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-29 14:52:12 +01:00

Uncrustify

This commit is contained in:
Alessio Morale 2013-06-18 20:23:46 +02:00
parent 2b232ae155
commit 5cc3645b96
3 changed files with 10 additions and 9 deletions

View File

@ -1164,7 +1164,8 @@ out_exit:
* @return 0 if success or error code
* @retval -1 if fs_id is not a valid filesystem instance
*/
int32_t PIOS_FLASHFS_GetStats(uintptr_t fs_id, struct PIOS_FLASHFS_Stats *stats){
int32_t PIOS_FLASHFS_GetStats(uintptr_t fs_id, struct PIOS_FLASHFS_Stats *stats)
{
PIOS_Assert(stats);
struct logfs_state *logfs = (struct logfs_state *)fs_id;