lsvfs: one last style nit missed in 946585179d
Space after `for`. Sponsored by: Klara, Inc.
This commit is contained in:
parent
0987dc5be5
commit
4bcc7a5f6b
@ -51,7 +51,7 @@ main(int argc, char **argv)
|
|||||||
fputs(DASHES, stdout);
|
fputs(DASHES, stdout);
|
||||||
|
|
||||||
if (argc > 0) {
|
if (argc > 0) {
|
||||||
for(; argc > 0; argc--, argv++) {
|
for (; argc > 0; argc--, argv++) {
|
||||||
if (getvfsbyname(*argv, &vfc) == 0) {
|
if (getvfsbyname(*argv, &vfc) == 0) {
|
||||||
printf(FMT, vfc.vfc_name, vfc.vfc_typenum,
|
printf(FMT, vfc.vfc_name, vfc.vfc_typenum,
|
||||||
vfc.vfc_refcount, fmt_flags(vfc.vfc_flags));
|
vfc.vfc_refcount, fmt_flags(vfc.vfc_flags));
|
||||||
|
Loading…
Reference in New Issue
Block a user