diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-20 19:05:11 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-20 19:05:11 -0400 |
commit | 8f3712cf6e02bb7e7a8ad9570fda3f6904c7d181 (patch) | |
tree | 1ca49cc3a1e3b02e94895701087bf36febff82da /src/or/control.c | |
parent | d110f9c9a684e2ab030a65b1366dfb0f037a8279 (diff) | |
download | tor-8f3712cf6e02bb7e7a8ad9570fda3f6904c7d181.tar.gz tor-8f3712cf6e02bb7e7a8ad9570fda3f6904c7d181.zip |
eol@eof is still the law in 0.3.4 :(
Diffstat (limited to 'src/or/control.c')
-rw-r--r-- | src/or/control.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/control.c b/src/or/control.c index ae54689c0b..bb68925f8c 100644 --- a/src/or/control.c +++ b/src/or/control.c @@ -7736,3 +7736,4 @@ control_testing_set_global_event_mask(uint64_t mask) global_event_mask = mask; } #endif /* defined(TOR_UNIT_TESTS) */ + |