X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=alloc.c;h=6ef6753d180afad29bc335854150c824b9de8a18;hb=812d2a3d61b1bbb1931aff2ed6d2a17e939f5bf2;hp=216c23a6f854c614d38c743cd7687a37f304161b;hpb=d96ca27e1089a190139591ac365873f26bffcf5c;p=git.git diff --git a/alloc.c b/alloc.c index 216c23a6f..6ef6753d1 100644 --- 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); }