mirror of
https://github.com/libAthena/athena.git
synced 2025-12-11 06:27:51 +00:00
* Fix styling
This commit is contained in:
@@ -51,9 +51,9 @@ public:
|
||||
OwnerWrite = 0x20,
|
||||
|
||||
// Mask values;
|
||||
OtherRW = (OtherRead|OtherWrite), //!< Mask to get the Other group permissions
|
||||
GroupRW = (GroupRead|GroupWrite),
|
||||
OwnerRW = (OwnerRead|OwnerWrite)
|
||||
OtherRW = (OtherRead | OtherWrite), //!< Mask to get the Other group permissions
|
||||
GroupRW = (GroupRead | GroupWrite),
|
||||
OwnerRW = (OwnerRead | OwnerWrite)
|
||||
};
|
||||
|
||||
/*!
|
||||
@@ -173,7 +173,7 @@ public:
|
||||
void removeChild(WiiFile* file);
|
||||
|
||||
WiiFile* parent();
|
||||
void setParent(WiiFile *parent);
|
||||
void setParent(WiiFile* parent);
|
||||
|
||||
atUint32 fileCount();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user