Merge branch 'sg/progress-off-by-one-fix'
[gitweb.git] / sha1-lookup.h
index 457c9b4964631193094233f31b794febd831de49..5afcd011c6be3c7b9add226b098860b88c77c2fd 100644 (file)
@@ -4,9 +4,9 @@
 typedef const unsigned char *sha1_access_fn(size_t index, void *table);
 
 int sha1_pos(const unsigned char *sha1,
-                   void *table,
-                   size_t nr,
-                   sha1_access_fn fn);
+            void *table,
+            size_t nr,
+            sha1_access_fn fn);
 
 /*
  * Searches for sha1 in table, using the given fanout table to determine the