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:
@ -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 "")
|
||||
|
Reference in New Issue
Block a user