diff options
author | Matias Linares <matiaslina@openmailbox.org> | 2016-02-29 05:37:59 -0300 |
---|---|---|
committer | Matias Linares <matiaslina@openmailbox.org> | 2016-02-29 05:37:59 -0300 |
commit | a98f3511d0e1a4815c0c1b75a190a71513512759 (patch) | |
tree | fa9397b3603446f1c07716ddd8f1cdb5b3eb9597 /medianin.h | |
parent | 4625012059ccada22aae9c680aa343ce548d30da (diff) | |
download | medianinfs-a98f3511d0e1a4815c0c1b75a190a71513512759.tar.gz |
Fix indentation and max column lenght
Diffstat (limited to 'medianin.h')
-rw-r--r-- | medianin.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -33,12 +33,13 @@ int medianin_read(medianin *self, const char *path, int medianin_write(medianin *self, const char *path, const char *buffer, size_t size, off_t offset); int medianin_statfs(medianin *self, const char *path, struct statvfs *stbuf); -int medianin_utimens(medianin *self, const char *path, const struct timespec tv[2]); +int medianin_utimens(medianin *self, const char *path, + const struct timespec tv[2]); /* Operaciones sobre Directorios */ int medianin_mkdir(medianin *self, const char *path, mode_t mode); int medianin_rmdir(medianin *self, const char *path); int medianin_readdir(medianin *self, const char *path, void *buf, - fuse_fill_dir_t filler); + fuse_fill_dir_t filler); #endif /* __MEDIANIN_H */ |