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:
+3
-3
@@ -162,7 +162,7 @@ if [ -z "${appdir}" ]; then
|
||||
fi
|
||||
|
||||
# Check for an unversioned apps/ directory
|
||||
|
||||
|
||||
if [ -d "${TOPDIR}/../apps" ]; then
|
||||
appdir="../apps"
|
||||
|
||||
@@ -171,7 +171,7 @@ if [ -z "${appdir}" ]; then
|
||||
|
||||
if [ -d "${TOPDIR}/../apps-${CONFIG_VERSION_STRING}" ]; then
|
||||
appdir="../apps-${CONFIG_VERSION_STRING}"
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
||||
@@ -214,4 +214,4 @@ if [ "X${defappdir}" = "Xy" ]; then
|
||||
else
|
||||
echo "CONFIG_APPS_DIR=\"$posappdir\"" >> "${dest_config}"
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user