From 05533d99922f76af82b765159bb56e6592c09cf0 Mon Sep 17 00:00:00 2001
From: Bhupesh Sharma <Bhupesh.Sharma@arm.com>
Date: Sun, 8 Dec 2024 23:55:56 +0530
Subject: [PATCH] fix(morello): remove stray white-space in
 'morello/platform.mk'

Stray white-space in 'morello/platform.mk' to fix the
following compilation error:

$ make PLAT=morello TARGET_PLATFORM=2 all
  plat/arm/board/morello/platform.mk:9: *** recipe commences
  before first target.  Stop.

Fix the same.

While at it also update the year range in the
'Copyright' field.

Change-Id: Id05e4968952049df5ffbe0d25dd17f3aa3a035f7
Signed-off-by: Bhupesh Sharma <Bhupesh.Sharma@arm.com>
---
 plat/arm/board/morello/platform.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/plat/arm/board/morello/platform.mk b/plat/arm/board/morello/platform.mk
index 12ffb5a3b..8211c26ca 100644
--- a/plat/arm/board/morello/platform.mk
+++ b/plat/arm/board/morello/platform.mk
@@ -1,12 +1,12 @@
 #
-# Copyright (c) 2020-2023, Arm Limited. All rights reserved.
+# Copyright (c) 2020-2025, Arm Limited. All rights reserved.
 #
 # SPDX-License-Identifier: BSD-3-Clause
 #
 
 # Making sure the Morello platform type is specified
 ifeq ($(filter ${TARGET_PLATFORM}, fvp soc),)
-	$(error TARGET_PLATFORM must be fvp or soc)
+       $(error TARGET_PLATFORM must be fvp or soc)
 endif
 
 MORELLO_BASE		:=	plat/arm/board/morello