mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-03-01 10:33:30 +02:00
Remove trailing whitespace.
This commit is contained in:
@@ -73,7 +73,7 @@ adjust_blocks (blocks, fromsize, tosize)
|
||||
abort ();
|
||||
if (fromsize <= 0)
|
||||
return -1;
|
||||
|
||||
|
||||
if (fromsize == tosize) /* E.g., from 512 to 512. */
|
||||
return blocks;
|
||||
else if (fromsize > tosize) /* E.g., from 2048 to 512. */
|
||||
|
||||
Reference in New Issue
Block a user