Explorar o código

Fix a function formatting warning in rephist.c

Nick Mathewson %!s(int64=13) %!d(string=hai) anos
pai
achega
40ef9087cf
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/or/rephist.c

+ 2 - 1
src/or/rephist.c

@@ -1996,7 +1996,8 @@ rep_hist_exit_stats_term(void)
 
 /** Helper for qsort: compare two ints. */
 static int
-_compare_int(const void *x, const void *y) {
+_compare_int(const void *x, const void *y)
+{
   return (*(int*)x - *(int*)y);
 }