All of lore.kernel.org
 help / color / mirror / Atom feed
From: Srinuvasan Arjunan <srinuvasan_a@mentor.com>
To: <cip-dev@lists.cip-project.org>
Cc: <jan.kiszka@siemens.com>, Srinuvasan A <srinuvasan_a@mentor.com>
Subject: [isar-cip-core][PATCH] scripts/deploy-cip-core.sh: fix style issues
Date: Wed, 5 Apr 2023 12:49:27 +0530	[thread overview]
Message-ID: <20230405071927.600015-1-srinuvasan_a@mentor.com> (raw)

From: Srinuvasan A <srinuvasan_a@mentor.com>

Align same coding style with other scripts.

Signed-off-by: Srinuvasan A <srinuvasan_a@mentor.com>
---
 scripts/deploy-cip-core.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/scripts/deploy-cip-core.sh b/scripts/deploy-cip-core.sh
index ab98468..b185a84 100755
--- a/scripts/deploy-cip-core.sh
+++ b/scripts/deploy-cip-core.sh
@@ -17,8 +17,8 @@ DTB=$4
 REF=$5
 
 BASE_FILENAME=cip-core-image-cip-core-$RELEASE-$TARGET
-if [ "${EXTENSION}" != "none" ] ; then
-	if [ "${EXTENSION}" = "security" ] ; then
+if [ "${EXTENSION}" != "none" ]; then
+	if [ "${EXTENSION}" = "security" ]; then
 		BASE_FILENAME=cip-core-image-$EXTENSION-cip-core-$RELEASE-$TARGET
 	else
 		BASE_FILENAME=cip-core-image-cip-core-$RELEASE-$TARGET-$EXTENSION
@@ -28,7 +28,7 @@ fi
 BASE_PATH=build/tmp/deploy/images/$TARGET/$BASE_FILENAME
 S3_TARGET=s3://download2.cip-project.org/cip-core/$REF/$TARGET/
 
-if [ -f $BASE_PATH.wic ] ; then
+if [ -f $BASE_PATH.wic ]; then
 	echo "Compressing $BASE_FILENAME.wic..."
 	xz -9 -k -T0 $BASE_PATH.wic
 
-- 
2.34.1



             reply	other threads:[~2023-04-05  7:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-05  7:19 Srinuvasan Arjunan [this message]
2023-04-05  9:38 ` [isar-cip-core][PATCH] scripts/deploy-cip-core.sh: fix style issues Jan Kiszka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230405071927.600015-1-srinuvasan_a@mentor.com \
    --to=srinuvasan_a@mentor.com \
    --cc=cip-dev@lists.cip-project.org \
    --cc=jan.kiszka@siemens.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.