[tor-commits] [tor/master] Use tabs in src/or/include.am

nickm at torproject.org nickm at torproject.org
Tue Aug 18 12:21:45 UTC 2015


commit fe4c0a187dcc6ec8a14175dfc4c62334221d4239
Author: Sebastian Hahn <sebastian at torproject.org>
Date:   Tue Aug 18 04:30:02 2015 +0200

    Use tabs in src/or/include.am
---
 src/or/include.am |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/or/include.am b/src/or/include.am
index af33365..5566d3c 100644
--- a/src/or/include.am
+++ b/src/or/include.am
@@ -49,7 +49,7 @@ LIBTOR_A_SOURCES = \
 	src/or/dirvote.c				\
 	src/or/dns.c					\
 	src/or/dnsserv.c				\
-        src/or/fp_pair.c				\
+	src/or/fp_pair.c				\
 	src/or/geoip.c					\
 	src/or/entrynodes.c				\
 	src/or/ext_orport.c				\
@@ -94,9 +94,9 @@ AM_CPPFLAGS += -I$(srcdir)/src/or -Isrc/or
 
 src/or/tor_main.o: micro-revision.i
 
-AM_CPPFLAGS += -DSHARE_DATADIR="\"$(datadir)\"" \
-        -DLOCALSTATEDIR="\"$(localstatedir)\"" \
-        -DBINDIR="\"$(bindir)\""
+AM_CPPFLAGS += -DSHARE_DATADIR="\"$(datadir)\""		\
+		-DLOCALSTATEDIR="\"$(localstatedir)\""	\
+		-DBINDIR="\"$(bindir)\""
 
 src_or_libtor_testing_a_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_CPPFLAGS)
 src_or_libtor_testing_a_CFLAGS = $(AM_CFLAGS) $(TEST_CFLAGS)



More information about the tor-commits mailing list