Fix formatting.

This commit is contained in:
James Benton 2017-06-02 11:50:57 +01:00
parent 0239462847
commit d28f2f0a7a
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ extern "C" {
#endif #endif
void void
SYSRelaunchTitle(uint32_t argc, SYSRelaunchTitle(uint32_t argc,
char *pa_Argv[]); char *pa_Argv[]);
void void

View File

@ -15,8 +15,8 @@
static OSMutex sMallocMutex; static OSMutex sMallocMutex;
static uint8_t *sHeapBase = NULL; static uint8_t *sHeapBase = NULL;
static uint32_t sHeapMaxSize = NULL; static uint32_t sHeapMaxSize = 0;
static volatile uint32_t sHeapSize = NULL; static volatile uint32_t sHeapSize = 0;
void void
__init_wut_newlibc(); __init_wut_newlibc();