mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
fix spacing
svn:r4932
This commit is contained in:
parent
548a863779
commit
4633b271f9
@ -95,7 +95,7 @@ typedef struct config_var_t {
|
||||
* be chosen first.
|
||||
*/
|
||||
static config_var_t _option_vars[] = {
|
||||
VAR("AccountingMax", MEMUNIT, AccountingMax, "0 bytes"),
|
||||
VAR("AccountingMax", MEMUNIT, AccountingMax, "0 bytes"),
|
||||
VAR("AccountingMaxKB", UINT, _AccountingMaxKB, "0"),
|
||||
VAR("AccountingStart", STRING, AccountingStart, NULL),
|
||||
VAR("Address", STRING, Address, NULL),
|
||||
|
Loading…
Reference in New Issue
Block a user