fix tabs to spaces

This commit is contained in:
Bill Zissimopoulos
2018-07-31 17:21:40 -07:00
parent 9160f1c4ce
commit eecb7e00e2
4 changed files with 17 additions and 17 deletions

View File

@ -41,16 +41,16 @@ extern "C" {
struct fuse_opt
{
const char *templ;
unsigned int offset;
int value;
const char *templ;
unsigned int offset;
int value;
};
struct fuse_args
{
int argc;
char **argv;
int allocated;
int argc;
char **argv;
int allocated;
};
typedef int (*fuse_opt_proc_t)(void *data, const char *arg, int key,