diff options
author | Roger Dingledine <arma@torproject.org> | 2005-09-08 18:15:57 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-09-08 18:15:57 +0000 |
commit | 4633b271f92f3a038c1d67fa2f053c392af8c518 (patch) | |
tree | 94bc5fc4d7ab2fc6782e7c942acdcbbdf2997c3e /src | |
parent | 548a86377922fb8df94a782778442534235ba367 (diff) | |
download | tor-4633b271f92f3a038c1d67fa2f053c392af8c518.tar.gz tor-4633b271f92f3a038c1d67fa2f053c392af8c518.zip |
fix spacing
svn:r4932
Diffstat (limited to 'src')
-rw-r--r-- | src/or/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/config.c b/src/or/config.c index 5bafb56d0d..ddcb22a864 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -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), |