aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew F. Davis2016-05-08 11:57:51 -0500
committerJason Reeder2016-05-09 13:41:16 -0500
commit740cb210a6ce1bd85a4a67e5c4ae9796d6cf05a9 (patch)
tree132fda710e2f2e1e374eb530284dab6a391d119f /Makefile
parent2b1353d932c790e3f6baff261ca72aa4480cc4ef (diff)
downloadpru-software-support-package-740cb210a6ce1bd85a4a67e5c4ae9796d6cf05a9.tar.gz
pru-software-support-package-740cb210a6ce1bd85a4a67e5c4ae9796d6cf05a9.tar.xz
pru-software-support-package-740cb210a6ce1bd85a4a67e5c4ae9796d6cf05a9.zip
Reformat code and remove whitespace errors
Changes here include: - Remove trailing whitespace from files - Move function open brace to next line - Normalize line endings - Fix mixed spaces and tabs - Normalize statement spaceing - Remove space at the begining of lines - Various other code formatting fixes Signed-off-by: Andrew F. Davis <afd@ti.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 4756d29..8ba62f4 100644
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,6 @@ clean:
9 @for d in $(SUBDIRS); do (cd $$d; $(MAKE) clean ); done 9 @for d in $(SUBDIRS); do (cd $$d; $(MAKE) clean ); done
10 10
11.PHONY: all clean $(SUBDIRS) 11.PHONY: all clean $(SUBDIRS)
12 12
13 13
14 14