mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-10-30 19:48:38 -05:00 
			
		
		
		
	fix tabs to spaces
This commit is contained in:
		| @@ -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, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user