summaryrefslogtreecommitdiffstatshomepage
path: root/tools/codestats.sh
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2017-07-19 13:12:10 +1000
committerDamien George <damien.p.george@gmail.com>2017-07-19 13:12:10 +1000
commit761e4c7ff62896c7d8f8c3dfc3cc98a4cc4f2f6f (patch)
treeca794059e302b1947125d36f64c667acdde6ddbe /tools/codestats.sh
parentc972c60dbe72d7448faff7f631dfb798b694093e (diff)
downloadmicropython-761e4c7ff62896c7d8f8c3dfc3cc98a4cc4f2f6f.tar.gz
micropython-761e4c7ff62896c7d8f8c3dfc3cc98a4cc4f2f6f.zip
all: Remove trailing spaces, per coding conventions.
Diffstat (limited to 'tools/codestats.sh')
-rwxr-xr-xtools/codestats.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/codestats.sh b/tools/codestats.sh
index c868199e1c..5272f3e9c1 100755
--- a/tools/codestats.sh
+++ b/tools/codestats.sh
@@ -28,9 +28,9 @@ bin_stmhal=stmhal/build-PYBV10/firmware.elf
bin_barearm_1=bare-arm/build/flash.elf
bin_barearm_2=bare-arm/build/firmware.elf
bin_minimal=minimal/build/firmware.elf
-bin_cc3200_1=cc3200/build/LAUNCHXL/application.axf
-bin_cc3200_2=cc3200/build/LAUNCHXL/release/application.axf
-bin_cc3200_3=cc3200/build/WIPY/release/application.axf
+bin_cc3200_1=cc3200/build/LAUNCHXL/application.axf
+bin_cc3200_2=cc3200/build/LAUNCHXL/release/application.axf
+bin_cc3200_3=cc3200/build/WIPY/release/application.axf
# start at zero size; if build fails reuse previous valid size
size_unix="0"