mirror of
https://github.com/aaru-dps/fstester.git
synced 2025-12-16 19:24:39 +00:00
Reformat code.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user