From 9cdba462512cdd8c6910ce9671282a7a0cd5dee3 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Wed, 30 Apr 2014 09:15:26 +0200 Subject: Fix indent (Use Tab) Change-Id: I811fb3db41a31d2334eb80f1821beea109bfa0d9 Reviewed-on: https://code.wireshark.org/review/1437 Reviewed-by: Anders Broman --- epan/wmem/Makefile.common | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'epan/wmem') 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 \ -- cgit v1.2.3