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/system/ramtron/Makefile | 2 +- apps/system/ramtron/ramtron.c | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'apps/system/ramtron') diff --git a/apps/system/ramtron/Makefile b/apps/system/ramtron/Makefile index b47781095..4ac47431a 100644 --- a/apps/system/ramtron/Makefile +++ b/apps/system/ramtron/Makefile @@ -76,7 +76,7 @@ ROOTDEPPATH = --dep-path . # Common build -VPATH = +VPATH = all: .built .PHONY: context depend clean distclean diff --git a/apps/system/ramtron/ramtron.c b/apps/system/ramtron/ramtron.c index 2e1632cf1..f769a7ea7 100644 --- a/apps/system/ramtron/ramtron.c +++ b/apps/system/ramtron/ramtron.c @@ -56,7 +56,7 @@ int ramtron_start(int spino) int retval; /* Get the SPI port */ - + spi = up_spiinitialize(spino); if (!spi) { @@ -86,17 +86,17 @@ int ramtron_start(int spino) int ramtron_main(int argc, char *argv[]) { int spino; - + if (argc == 3) { spino = atoi(argv[2]); - + if (!strcmp(argv[1], "start")) { return ramtron_start(spino); } } - + /* todo: write protect */ printf("%s: \n", argv[0]); -- cgit v1.2.3