Property | Value |
---|---|
Id | RCS1032 |
Severity | Info |
if ((x)) // RCS1032
{
return (y); // RCS1032
}
if (x)
{
return y;
}
(Generated with DotMarkdown)
Property | Value |
---|---|
Id | RCS1032 |
Severity | Info |
if ((x)) // RCS1032
{
return (y); // RCS1032
}
if (x)
{
return y;
}
(Generated with DotMarkdown)