Fix static analysis errors

Fix checkpatch and cppcheck findings in newly added FWU files.

Change-Id: Ie6a877e65b758399647ceda345ae22081d911f8e
Signed-off-by: Gyorgy Szing <Gyorgy.Szing@arm.com>
diff --git a/protocols/common/osf/uuid.h b/protocols/common/osf/uuid.h
index d5cbd9c..be0e9ea 100644
--- a/protocols/common/osf/uuid.h
+++ b/protocols/common/osf/uuid.h
@@ -12,12 +12,12 @@
 /**
  * Octet length for standard binary encoded UUID in Big Endian byte order (see RFC4122)
  */
-#define OSF_UUID_OCTET_LEN               (16)
+#define OSF_UUID_OCTET_LEN (16)
 
 /**
  * Character length of a canonical form UUID string
  * e.g. 123e4567-e89b-12d3-a456-426614174000
  */
-#define OSF_UUID_CANONICAL_FORM_LEN      (36)
+#define OSF_UUID_CANONICAL_FORM_LEN (36)
 
 #endif /* COMMON_OSF_UUID_H */