From 022b64791ea8096c5c91bbad67c0debcf72604f9 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 17 Sep 2020 17:23:13 -0400 Subject: [PATCH] whitespace fixes --- test/simple-memory-corruption/Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/test/simple-memory-corruption/Makefile b/test/simple-memory-corruption/Makefile index 5cd476c..609677e 100644 --- a/test/simple-memory-corruption/Makefile +++ b/test/simple-memory-corruption/Makefile @@ -38,13 +38,13 @@ EXECUTABLES := \ eight_byte_overflow_large \ string_overflow \ delete_type_size_mismatch \ - unaligned_malloc_usable_size_small \ - invalid_malloc_usable_size_small \ - invalid_malloc_usable_size_small_quarantine \ - malloc_object_size \ - malloc_object_size_offset \ - invalid_malloc_object_size_small \ - invalid_malloc_object_size_small_quarantine + unaligned_malloc_usable_size_small \ + invalid_malloc_usable_size_small \ + invalid_malloc_usable_size_small_quarantine \ + malloc_object_size \ + malloc_object_size_offset \ + invalid_malloc_object_size_small \ + invalid_malloc_object_size_small_quarantine all: $(EXECUTABLES)