Skip to content

Commit 900bc67

Browse files
committed
Remove stray newline in filesystem show
1 parent 269d106 commit 900bc67

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cmds/filesystem.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,6 @@ static void print_one_uuid(struct btrfs_fs_devices *fs_devices,
365365
if (devs_found < total) {
366366
pr_verbose(LOG_DEFAULT, "\t*** Some devices missing\n");
367367
}
368-
pr_verbose(LOG_DEFAULT, "\n");
369368
}
370369

371370
/* adds up all the used spaces as reported by the space info ioctl
@@ -431,7 +430,6 @@ static int print_one_fs(struct btrfs_ioctl_fs_info_args *fs_info,
431430
free(canonical_path);
432431
}
433432

434-
pr_verbose(LOG_DEFAULT, "\n");
435433
return 0;
436434
}
437435

0 commit comments

Comments
 (0)