diff options
author | teor <teor@torproject.org> | 2019-12-20 09:45:53 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-12-20 09:45:53 +1000 |
commit | 57b6678d52eec334a3e650158ac97d60b5b2b38b (patch) | |
tree | 6d8c237c42f20d1193c9c73cadfc9480b7fa2649 /src/test/test_options_act.c | |
parent | ac3a9aaf0dc6f376368f1ad51c79e332da52adc2 (diff) | |
download | tor-57b6678d52eec334a3e650158ac97d60b5b2b38b.tar.gz tor-57b6678d52eec334a3e650158ac97d60b5b2b38b.zip |
Run "make autostyle"
Diffstat (limited to 'src/test/test_options_act.c')
-rw-r--r-- | src/test/test_options_act.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/test_options_act.c b/src/test/test_options_act.c index 0a9be28c54..a3c44e66c5 100644 --- a/src/test/test_options_act.c +++ b/src/test/test_options_act.c @@ -40,10 +40,10 @@ get_file_mode(const char *fname, unsigned *permissions_out) TT_DIE(("Bad mode %o on %s", mode_, (fn))); \ } \ STMT_END -#else +#else /* defined(_WIN32) */ /* "group-readable" isn't meaningful on windows */ #define assert_mode(fn,mask,expected) STMT_NIL -#endif +#endif /* !defined(_WIN32) */ static or_options_t *mock_opts; static const or_options_t * |