mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Fix whitespace issues
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user