fix spacing

svn:r4932
This commit is contained in:
Roger Dingledine 2005-09-08 18:15:57 +00:00
parent 548a863779
commit 4633b271f9

View File

@ -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),