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

@@ -45,15 +45,15 @@ Copyright (C) 2011-2021 Natalia Portillo
void MillionFiles(const char* path)
{
OSErr rc, wRc, cRc;
Str255 str255;
HVolumeParam hpb;
int16_t refNum;
int16_t refFile;
int32_t dirId;
FInfo finderInfo;
int32_t count;
char filename[9];
OSErr rc, wRc, cRc;
Str255 str255;
HVolumeParam hpb;
int16_t refNum;
int16_t refFile;
int32_t dirId;
FInfo finderInfo;
int32_t count;
char filename[9];
int pos = 0;
HParamBlockRec dirPB;