rcar_gen3: plat: Minor coding style fix for rcar_version.h

Use space after #define consistently, drop useless parenthesis,
no functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Change-Id: I72846d8672cab09b128e3118f4b7042a5a9c0df5
This commit is contained in:
Marek Vasut 2020-02-09 11:57:24 +01:00
parent 03360b3c0e
commit 3b87c4b656
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
#include <arch_helpers.h>
#define VERSION_OF_RENESAS "2.0.6"
#define VERSION_OF_RENESAS_MAXLEN (128)
#define VERSION_OF_RENESAS_MAXLEN 128
extern const uint8_t version_of_renesas[VERSION_OF_RENESAS_MAXLEN];