Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-svn: add --authors-prog option
[gitweb.git]
/
alloc.c
diff --git
a/alloc.c
b/alloc.c
index 216c23a6f854c614d38c743cd7687a37f304161b..6ef6753d180afad29bc335854150c824b9de8a18 100644
(file)
--- a/
alloc.c
+++ b/
alloc.c
@@
-57,7
+57,7
@@
DEFINE_ALLOCATOR(object, union any_object)
#define SZ_FMT "%zu"
#endif
-static void report(const char
*
name, unsigned int count, size_t size)
+static void report(const char
*
name, unsigned int count, size_t size)
{
fprintf(stderr, "%10s: %8u (" SZ_FMT " kB)\n", name, count, size);
}