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:
@@ -34,7 +34,7 @@
|
||||
|
||||
int mfshell_cmd_folder(mfshell * mfshell, int argc, char *const argv[])
|
||||
{
|
||||
mffolder *folder;
|
||||
mffolder *folder;
|
||||
int retval;
|
||||
const char *folderkey;
|
||||
const char *name;
|
||||
@@ -93,7 +93,7 @@ int mfshell_cmd_folder(mfshell * mfshell, int argc, char *const argv[])
|
||||
printf(" %-15.15s %s\n\r", "parent:", parent);
|
||||
|
||||
if (revision != 0)
|
||||
printf(" %-15.15s %"PRIu32"\n\r", "revision:", revision);
|
||||
printf(" %-15.15s %" PRIu32 "\n\r", "revision:", revision);
|
||||
|
||||
if (epoch != 0) {
|
||||
memset(&tm, 0, sizeof(struct tm));
|
||||
|
||||
@@ -47,8 +47,7 @@ int mfshell_cmd_mkdir(mfshell * mfshell, int argc, char *const argv[])
|
||||
|
||||
folder_curr = folder_get_key(mfshell->folder_curr);
|
||||
|
||||
retval = mfconn_api_folder_create(mfshell->conn, folder_curr,
|
||||
(char *)name);
|
||||
retval = mfconn_api_folder_create(mfshell->conn, folder_curr, (char *)name);
|
||||
mfconn_update_secret_key(mfshell->conn);
|
||||
|
||||
return retval;
|
||||
|
||||
Reference in New Issue
Block a user