Apply clang-format code style to all source files

This commit is contained in:
icex2
2019-10-20 00:50:40 +02:00
parent c600e1a423
commit c3bc8782f4
401 changed files with 13844 additions and 11361 deletions
+3 -3
View File
@@ -14,7 +14,7 @@ const struct security_mcode security_mcode_eamuse = {
.revision = '@',
};
bool security_mcode_parse(const char* str, struct security_mcode* mcode)
bool security_mcode_parse(const char *str, struct security_mcode *mcode)
{
size_t len;
@@ -34,9 +34,9 @@ bool security_mcode_parse(const char* str, struct security_mcode* mcode)
return true;
}
char* security_mcode_to_str(const struct security_mcode* mcode)
char *security_mcode_to_str(const struct security_mcode *mcode)
{
char* str;
char *str;
log_assert(mcode);