More trailing whilespace removal

This commit is contained in:
Gregory Nutt 2014-04-13 16:24:28 -06:00
parent 7d961b6c93
commit b9cf7acb1a
285 changed files with 769 additions and 769 deletions

View file

@ -51,7 +51,7 @@ $(BIN): $(OBJS)
@echo "LD: $<"
$(Q) $(LD) $(LDELFFLAGS) -o $@ $^
clean:
clean:
$(call DELFILE, $(BIN))
$(call CLEAN)

View file

@ -46,7 +46,7 @@
* Public Data
****************************************************************************/
const struct struct_dummy_s dummy_struct =
const struct struct_dummy_s dummy_struct =
{
DUMMY_SCALAR_VALUE3
};