Fix whitespace issues

This commit is contained in:
Nick Mathewson
2014-08-13 10:42:20 -04:00
parent 4410f6fb83
commit 4570805efd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ smartlist_ensure_capacity(smartlist_t *sl, int size)
}
sl->capacity = higher;
sl->list = tor_reallocarray(sl->list, sizeof(void *),
((size_t)sl->capacity));
((size_t)sl->capacity));
}
}