aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ext2fs/alloc_stats.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ext2fs/alloc_stats.c')
-rw-r--r--lib/ext2fs/alloc_stats.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ext2fs/alloc_stats.c b/lib/ext2fs/alloc_stats.c
index a8514cc2..97661dc7 100644
--- a/lib/ext2fs/alloc_stats.c
+++ b/lib/ext2fs/alloc_stats.c
@@ -7,7 +7,7 @@
* This file may be redistributed under the terms of the GNU Public
* License.
* %End-Header%
- *
+ *
*/
#include <stdio.h>
@@ -73,7 +73,7 @@ void ext2fs_block_alloc_stats(ext2_filsys fs, blk_t blk, int inuse)
(fs->block_alloc_stats)(fs, (blk64_t) blk, inuse);
}
-void ext2fs_set_block_alloc_stats_callback(ext2_filsys fs,
+void ext2fs_set_block_alloc_stats_callback(ext2_filsys fs,
void (*func)(ext2_filsys fs,
blk64_t blk,
int inuse),