libeplayer3-arm: Code formatting

This commit is contained in:
max_10
2018-01-06 22:02:22 +01:00
committed by Thilo Graf
parent 0cdc859110
commit f72e8edc2e
48 changed files with 249 additions and 191 deletions

View File

@@ -34,7 +34,7 @@
/* ***************************** */
/* ***************************** */
/* Varaibles */
/* Variables */
/* ***************************** */
extern Manager_t AudioManager;
@@ -58,6 +58,7 @@ ManagerHandler_t ManagerHandler =
/* ***************************** */
/* Functions */
/* ***************************** */
void copyTrack(Track_t *to, Track_t *from)
{
if (NULL != to && NULL != from)