OSDN Git Service

l10n: Updated Bulgarian translation of git (1307t0f921u)
[git-core/git.git] / alloc.c
diff --git a/alloc.c b/alloc.c
index aeae55c..f3ee745 100644 (file)
--- a/alloc.c
+++ b/alloc.c
@@ -58,7 +58,7 @@ static void report(const char *name, unsigned int count, size_t size)
 }
 
 #define REPORT(name)   \
-    report(#name, name##_allocs, name##_allocs*sizeof(struct name) >> 10)
+    report(#name, name##_allocs, name##_allocs * sizeof(struct name) >> 10)
 
 void alloc_report(void)
 {