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 7338558 commit 89002d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backends/fs/chroot/chroot-fs.h
Expand Up @@ -20,8 +20,8 @@
*
*/

#ifndef CHROOT_FS_H
#define CHROOT_FS_H
#ifndef BACKENDS_FS_CHROOT_CHROOT_FS_H
#define BACKENDS_FS_CHROOT_CHROOT_FS_H

#include "backends/fs/posix/posix-fs.h"

Expand Down Expand Up @@ -54,4 +54,4 @@ class ChRootFilesystemNode : public AbstractFSNode {
static Common::String addPathComponent(const Common::String &path, const Common::String &component);
};

#endif /* CHROOT_FS_H */
#endif /* BACKENDS_FS_CHROOT_CHROOT_FS_H */

0 comments on commit 89002d5

Please sign in to comment.