Reformat code.

This commit is contained in:
2021-03-14 07:16:30 +00:00
parent 10efebaef6
commit 9aa53cad57
9 changed files with 63 additions and 69 deletions

View File

@@ -44,12 +44,12 @@ Copyright (C) 2011-2021 Natalia Portillo
void DeleteFiles(const char* path)
{
OSErr rc;
Str255 str255;
HVolumeParam hpb;
int16_t refNum;
int32_t dirId;
char filename[9];
OSErr rc;
Str255 str255;
HVolumeParam hpb;
int16_t refNum;
int32_t dirId;
char filename[9];
int pos;
HParamBlockRec dirPB;