projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58d5047
)
Remove trailing whitespace.
author
Jim Meyering
<jim@meyering.net>
Sun, 1 Oct 1995 22:49:07 +0000
(22:49 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sun, 1 Oct 1995 22:49:07 +0000
(22:49 +0000)
lib/fsusage.c
patch
|
blob
|
history
diff --git
a/lib/fsusage.c
b/lib/fsusage.c
index 0296e7e0bbd51929e37df973ccc2d152321fd30d..660e33c120418a1ce339138982766aad36057285 100644
(file)
--- 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. */