mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 06:35:28 +01:00
Fix whitespace issues
This commit is contained in:
parent
4410f6fb83
commit
4570805efd
2 changed files with 2 additions and 2 deletions
|
@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -3393,7 +3393,7 @@ format_win_cmdline_argument(const char *arg)
|
|||
|
||||
/* Allocate space for argument, quotes (if needed), and terminator */
|
||||
formatted_arg = tor_calloc(sizeof(char),
|
||||
(smartlist_len(arg_chars) + (need_quotes ? 2 : 0) + 1));
|
||||
(smartlist_len(arg_chars) + (need_quotes ? 2 : 0) + 1));
|
||||
|
||||
/* Add leading quote */
|
||||
i=0;
|
||||
|
|
Loading…
Add table
Reference in a new issue