diff options
author | teor <teor@torproject.org> | 2019-10-23 07:37:39 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-10-23 07:37:39 +1000 |
commit | 339c18d6c745208b939d3db08f7cd0f2a6504d7c (patch) | |
tree | bd88d3e6c8771fd1aa8e734d0f5f112404d00cf5 /src/app | |
parent | 1cdc030c3d3afbe16461271a1147397f87ba5693 (diff) | |
download | tor-339c18d6c745208b939d3db08f7cd0f2a6504d7c.tar.gz tor-339c18d6c745208b939d3db08f7cd0f2a6504d7c.zip |
Tidy whitespace around some STMT_BEGINs and STMT_ENDs
Diffstat (limited to 'src/app')
-rw-r--r-- | src/app/config/config.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/app/config/config.c b/src/app/config/config.c index 337ae93575..68305aa65a 100644 --- a/src/app/config/config.c +++ b/src/app/config/config.c @@ -4494,7 +4494,8 @@ options_validate(or_options_t *old_options, or_options_t *options, or_options_free(dflt_options); \ REJECT(#arg " may only be changed in testing Tor " \ "networks!"); \ - } STMT_END + } \ + STMT_END /* Check for options that can only be changed from the defaults in testing networks. */ |