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

@@ -84,13 +84,13 @@ static OSErr SaveResourceToNewFile(int16_t vRefNum,
void ResourceFork(const char* path)
{
OSErr rc, wRc, cRc, rRc, rRc2, rRc3;
Str255 str255;
HVolumeParam hpb;
int16_t refNum;
int16_t refFile;
int32_t dirId;
FInfo finderInfo;
OSErr rc, wRc, cRc, rRc, rRc2, rRc3;
Str255 str255;
HVolumeParam hpb;
int16_t refNum;
int16_t refFile;
int32_t dirId;
FInfo finderInfo;
int32_t count;
HParamBlockRec fpb;
HParamBlockRec dirPB;