aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wmem
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-04-30 09:15:26 +0200
committerAnders Broman <a.broman58@gmail.com>2014-04-30 11:36:12 +0000
commit9cdba462512cdd8c6910ce9671282a7a0cd5dee3 (patch)
treecad96546e1777c00bdc6c377b1c877363a0de328 /epan/wmem
parent3116cf4add247b242c3eed9d581b683d097669e5 (diff)
Fix indent (Use Tab)
Change-Id: I811fb3db41a31d2334eb80f1821beea109bfa0d9 Reviewed-on: https://code.wireshark.org/review/1437 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/wmem')
-rw-r--r--epan/wmem/Makefile.common10
1 files changed, 5 insertions, 5 deletions
diff --git a/epan/wmem/Makefile.common b/epan/wmem/Makefile.common
index 4fef9f48db..6f6b4b0375 100644
--- a/epan/wmem/Makefile.common
+++ b/epan/wmem/Makefile.common
@@ -22,8 +22,8 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
LIBWMEM_SRC = \
- wmem_array.c \
- wmem_core.c \
+ wmem_array.c \
+ wmem_core.c \
wmem_allocator_block.c \
wmem_allocator_simple.c \
wmem_allocator_strict.c \
@@ -39,9 +39,9 @@ LIBWMEM_SRC = \
LIBWMEM_INCLUDES = \
wmem.h \
- wmem_array.h \
- wmem_core.h \
- wmem_allocator.h \
+ wmem_array.h \
+ wmem_core.h \
+ wmem_allocator.h \
wmem_allocator_block.h \
wmem_allocator_simple.h \
wmem_allocator_strict.h \