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:
parent
8663c7415a
commit
cabde25289
3 changed files with 258 additions and 258 deletions
|
@ -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 "")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue