summaryrefslogtreecommitdiff
path: root/epan/Makefile.common
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-03-12 15:43:05 +0100
committerEvan Huus <eapache@gmail.com>2014-03-12 16:26:51 +0000
commite5482196b23aa9eb68a97ef4ef7df35ca19fd56b (patch)
tree8d7d0d7e5eaffbb449d70a71028a2790392a2f65 /epan/Makefile.common
parentdb1fddb40b5557e9bed6fe83d07282b791bf1e7a (diff)
downloadwireshark-e5482196b23aa9eb68a97ef4ef7df35ca19fd56b.tar.gz
Fix indent (Remove space and use tabs)
Change-Id: I9cc33a43e0f06dfad3f9fb53ad0df636f2ea7020 Reviewed-on: https://code.wireshark.org/review/615 Reviewed-by: Evan Huus <eapache@gmail.com>
Diffstat (limited to 'epan/Makefile.common')
-rw-r--r--epan/Makefile.common6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/Makefile.common b/epan/Makefile.common
index 5505e1ac9b..3eb2e228ce 100644
--- a/epan/Makefile.common
+++ b/epan/Makefile.common
@@ -107,11 +107,11 @@ LIBWIRESHARK_SRC = \
# We distribute Lemon and rdps.py with Wireshark, so we don't distribute the
# files they produce.
#
-NODIST_LIBWIRESHARK_GENERATED_C_FILES = \
- dtd_grammar.c \
+NODIST_LIBWIRESHARK_GENERATED_C_FILES = \
+ dtd_grammar.c \
ps.c
-NODIST_LIBWIRESHARK_GENERATED_HEADER_FILES = \
+NODIST_LIBWIRESHARK_GENERATED_HEADER_FILES = \
dtd_grammar.h
#