[DEV] code style
This commit is contained in:
parent
b0e3b31664
commit
8c3d0e0fcf
@ -1227,7 +1227,6 @@ std::vector<etk::FSNode *> etk::FSNode::folderGetSubList(bool _showHidenFile, bo
|
|||||||
size_t pos = tmpString.find('/');
|
size_t pos = tmpString.find('/');
|
||||||
if (pos != std::string::npos) {
|
if (pos != std::string::npos) {
|
||||||
// a simple folder :
|
// a simple folder :
|
||||||
// TODO : Check if the path doesn not already exist !!!
|
|
||||||
tmpString = std::string(tmpString, 0, pos+1);
|
tmpString = std::string(tmpString, 0, pos+1);
|
||||||
}
|
}
|
||||||
tmpString = getName() + tmpString;
|
tmpString = getName() + tmpString;
|
||||||
|
@ -24,7 +24,9 @@ namespace etk {
|
|||||||
// set right :
|
// set right :
|
||||||
const etk::FSNodeRight& operator= (const int32_t _newVal );
|
const etk::FSNodeRight& operator= (const int32_t _newVal );
|
||||||
|
|
||||||
void clear(void) { m_rights = 0; };
|
void clear(void) {
|
||||||
|
m_rights = 0;
|
||||||
|
};
|
||||||
// User
|
// User
|
||||||
bool isUserReadable(void) const;
|
bool isUserReadable(void) const;
|
||||||
bool isUserWritable(void) const;
|
bool isUserWritable(void) const;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user