From bfceb172fbac401c760473a4ee7c159940253d9b Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Fri, 26 Nov 2021 21:43:31 +0800
Subject: [PATCH] remove space in the end of a line

---
 bsp/build.sh |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/bsp/build.sh b/bsp/build.sh
index e16073d..4e9073a 100755
--- a/bsp/build.sh
+++ b/bsp/build.sh
@@ -7,7 +7,7 @@
 #CROSS_TOOL=arm-linux-gnueabihf-
 CROSS_TOOL=/opt/buildroot/cortexA7/bin/arm-linux-
 
-# bootloader, linux kernel tarball path and branch 
+# bootloader, linux kernel tarball path and branch
 TAR_PATH=${PRJ_PATH}/tarball
 BSP_BRANCH="lf-5.10.52-2.1.0"
 
@@ -34,11 +34,11 @@
 }
 
 function do_modify()
-{ 
+{
     do_modify_build tarball
     do_modify_build bootloader
     do_modify_build kernel
-    do_modify_build rootfs 
+    do_modify_build rootfs
     do_modify_build images
 }
 
@@ -58,7 +58,7 @@
 
 function do_action()
 {
-    folder=$1 
+    folder=$1
     action=$2
 
     cd $PRJ_PATH/$folder
@@ -67,7 +67,7 @@
         ./build.sh -b
     elif [ $action == "clean" ] ; then
         ./build.sh -c
-    fi  
+    fi
 
     cd $PRJ_PATH
 }
@@ -115,7 +115,7 @@
     do_usage
 fi
 
-if [ $action == "build" ] ; then 
+if [ $action == "build" ] ; then
     do_modify
     cd tarball && ./build.sh && cd -
 fi

--
Gitblit v1.9.1