mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
More trailing whilespace removal
This commit is contained in:
+1
-1
@@ -41,7 +41,7 @@ wintool=n
|
||||
usage="USAGE: $progname [-w] [-d] [-h] <compiler-path> <def1>[=val1] [<def2>[=val2] [<def3>[=val3] ...]]"
|
||||
advice="Try '$progname -h' for more information"
|
||||
|
||||
while [ ! -z "$1" ]; do
|
||||
while [ ! -z "$1" ]; do
|
||||
case $1 in
|
||||
-d )
|
||||
set -x
|
||||
|
||||
Reference in New Issue
Block a user