Skip to content

Commit

Permalink
IOS: Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Bénony committed Jan 6, 2016
1 parent 47040db commit e0bfdb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/fs.h
Expand Up @@ -60,9 +60,9 @@ class FSNode : public ArchiveMember {
SharedPtr<AbstractFSNode> _realNode;

public:
FSNode(AbstractFSNode *realNode);
FSNode(AbstractFSNode *realNode);

/**
/**
* Flag to tell listDir() which kind of files to list.
*/
enum ListMode {
Expand Down

0 comments on commit e0bfdb4

Please sign in to comment.