diff options
author | teor <teor@torproject.org> | 2019-10-18 13:42:22 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-10-18 16:56:50 +1000 |
commit | 1697019d5f4b7306f4c7ffb54178530461a54a52 (patch) | |
tree | dc86776a7641da72eb63ce871098f1513c025da9 | |
parent | d616214e474084fd6fc0af122f699e9dd2ad02d1 (diff) | |
download | tor-1697019d5f4b7306f4c7ffb54178530461a54a52.tar.gz tor-1697019d5f4b7306f4c7ffb54178530461a54a52.zip |
core: tabify a line in include.am
-rw-r--r-- | src/core/include.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/include.am b/src/core/include.am index f6ae3f2b51..a5d11c24f6 100644 --- a/src/core/include.am +++ b/src/core/include.am @@ -323,7 +323,7 @@ noinst_HEADERS += \ src/feature/control/fmt_serverstatus.h \ src/feature/control/getinfo_geoip.h \ src/feature/dirauth/authmode.h \ - src/feature/dirauth/bridgeauth.h \ + src/feature/dirauth/bridgeauth.h \ src/feature/dirauth/bwauth.h \ src/feature/dirauth/dirauth_periodic.h \ src/feature/dirauth/dirauth_sys.h \ |