mirror of
https://github.com/xorgy/mediafire-fuse
synced 2026-01-13 13:14:29 -08:00
fix indent test and indentation
This commit is contained in:
@@ -33,7 +33,8 @@ struct mfcmd {
|
||||
char *name;
|
||||
char *argstring;
|
||||
char *help;
|
||||
int (*handler) (mfshell * mfshell, int argc, char *const argv[]);
|
||||
int (*handler) (mfshell * mfshell, int argc,
|
||||
char *const argv[]);
|
||||
};
|
||||
|
||||
struct mfshell {
|
||||
|
||||
Reference in New Issue
Block a user