aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2005-09-08 18:15:57 +0000
committerRoger Dingledine <arma@torproject.org>2005-09-08 18:15:57 +0000
commit4633b271f92f3a038c1d67fa2f053c392af8c518 (patch)
tree94bc5fc4d7ab2fc6782e7c942acdcbbdf2997c3e /src
parent548a86377922fb8df94a782778442534235ba367 (diff)
downloadtor-4633b271f92f3a038c1d67fa2f053c392af8c518.tar.gz
tor-4633b271f92f3a038c1d67fa2f053c392af8c518.zip
fix spacing
svn:r4932
Diffstat (limited to 'src')
-rw-r--r--src/or/config.c2
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),