From: Jim Meyering Date: Sun, 1 Oct 1995 22:49:07 +0000 (+0000) Subject: Remove trailing whitespace. X-Git-Tag: FILEUTILS-3_12f~130 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1d15980fb6e1ef142ee87b605d529ef7efbcad2a;p=thirdparty%2Fcoreutils.git Remove trailing whitespace. --- diff --git a/lib/fsusage.c b/lib/fsusage.c index 0296e7e0bb..660e33c120 100644 --- a/lib/fsusage.c +++ b/lib/fsusage.c @@ -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. */