From 43ec94a665e13552402ff4f102e0f65f6792cf29 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 13 Apr 2014 16:24:28 -0600 Subject: More trailing whilespace removal --- apps/examples/elf/tests/struct/Makefile | 2 +- apps/examples/elf/tests/struct/struct_main.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/examples/elf/tests/struct') diff --git a/apps/examples/elf/tests/struct/Makefile b/apps/examples/elf/tests/struct/Makefile index 369fcb368..80117a72f 100644 --- a/apps/examples/elf/tests/struct/Makefile +++ b/apps/examples/elf/tests/struct/Makefile @@ -51,7 +51,7 @@ $(BIN): $(OBJS) @echo "LD: $<" $(Q) $(LD) $(LDELFFLAGS) -o $@ $^ -clean: +clean: $(call DELFILE, $(BIN)) $(call CLEAN) diff --git a/apps/examples/elf/tests/struct/struct_main.c b/apps/examples/elf/tests/struct/struct_main.c index 3c8e86e7a..a8c0b83c2 100644 --- a/apps/examples/elf/tests/struct/struct_main.c +++ b/apps/examples/elf/tests/struct/struct_main.c @@ -46,7 +46,7 @@ * Public Data ****************************************************************************/ -const struct struct_dummy_s dummy_struct = +const struct struct_dummy_s dummy_struct = { DUMMY_SCALAR_VALUE3 }; -- cgit v1.2.3