mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-04 03:11:28 +00:00
Remove unnecessary newline
This commit is contained in:
parent
3b7b74c77a
commit
99d59ebd20
@ -197,7 +197,7 @@ static int do_hash(const char *file, const char *algo, RIO *io, int bsize, int r
|
||||
do_hash_print (ctx, i, dlen, quiet?'n':rad, ule);
|
||||
if (quiet == 1) {
|
||||
printf (" %s\n", file);
|
||||
} else printf ("\n");
|
||||
}
|
||||
}
|
||||
}
|
||||
if (_s)
|
||||
|
Loading…
Reference in New Issue
Block a user