all: Remove trailing spaces, per coding conventions.

This commit is contained in:
Damien George
2017-07-19 13:12:10 +10:00
parent c972c60dbe
commit 761e4c7ff6
29 changed files with 52 additions and 52 deletions

View File

@@ -56,7 +56,7 @@ endif
# On OSX, 'gcc' is a symlink to clang unless a real gcc is installed.
# The unix port of micropython on OSX must be compiled with clang,
# while cross-compile ports require gcc, so we test here for OSX and
# while cross-compile ports require gcc, so we test here for OSX and
# if necessary override the value of 'CC' set in py/mkenv.mk
ifeq ($(UNAME_S),Darwin)
CC = clang