1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-28 00:21:48 +03:00

Align with coding style

return statements use parentheses to contain their value.

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
This commit is contained in:
Gaurav Aggarwal
2020-04-22 08:13:25 -07:00
parent 8663c7415a
commit cabde25289
3 changed files with 258 additions and 258 deletions

View File

@ -161,7 +161,7 @@ foreach my $line (@matches)
}
${$code_check} .= "${white_space}case -($error_name):\n".
"${white_space} return \"$module_name - $description\";\n"
"${white_space} return( \"$module_name - $description\" );\n"
};
if ($ll_old_define ne "")