1
0
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:
Jim Meyering
1995-10-01 22:49:07 +00:00
parent b3303ba072
commit 1d15980fb6

View File

@@ -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. */