diff options
author | Roger Dingledine <arma@torproject.org> | 2019-05-26 17:32:42 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2019-05-26 17:32:42 -0400 |
commit | 94914e2a4d7f778e2f63493c09984a3721919744 (patch) | |
tree | 1ae774a2edc9e619b51c4024819d5de591fa7ee6 /src/core | |
parent | 29955f13e5bc8e61724759ec7245aae602672111 (diff) | |
download | tor-94914e2a4d7f778e2f63493c09984a3721919744.tar.gz tor-94914e2a4d7f778e2f63493c09984a3721919744.zip |
trivial whitespace fixes
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/include.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/core/include.am b/src/core/include.am index 66ce2c9650..1a4b9fb8ab 100644 --- a/src/core/include.am +++ b/src/core/include.am @@ -37,7 +37,7 @@ LIBTOR_APP_A_SOURCES = \ src/core/or/circuitmux.c \ src/core/or/circuitmux_ewma.c \ src/core/or/circuitpadding.c \ - src/core/or/circuitpadding_machines.c \ + src/core/or/circuitpadding_machines.c \ src/core/or/circuitstats.c \ src/core/or/circuituse.c \ src/core/or/crypt_path.c \ @@ -185,7 +185,7 @@ MODULE_DIRAUTH_SOURCES = \ src/feature/dirauth/reachability.c \ src/feature/dirauth/recommend_pkg.c \ src/feature/dirauth/shared_random.c \ - src/feature/dirauth/shared_random_state.c \ + src/feature/dirauth/shared_random_state.c \ src/feature/dirauth/voteflags.c if BUILD_MODULE_DIRAUTH @@ -231,7 +231,7 @@ noinst_HEADERS += \ src/core/mainloop/cpuworker.h \ src/core/mainloop/mainloop.h \ src/core/mainloop/mainloop_pubsub.h \ - src/core/mainloop/mainloop_sys.h \ + src/core/mainloop/mainloop_sys.h \ src/core/mainloop/netstatus.h \ src/core/mainloop/periodic.h \ src/core/or/addr_policy_st.h \ @@ -248,7 +248,7 @@ noinst_HEADERS += \ src/core/or/circuitmux_ewma.h \ src/core/or/circuitstats.h \ src/core/or/circuitpadding.h \ - src/core/or/circuitpadding_machines.h \ + src/core/or/circuitpadding_machines.h \ src/core/or/circuituse.h \ src/core/or/command.h \ src/core/or/connection_edge.h \ |