[previous] 2200 [next] Indentation of this line is to the left of the line above.
Bracing and Indentation

The indentation of this line is to the left of the indentation of the line above.

For example:


/*PRQA S 2017,3199,3205,3408,3447 ++*/

extern void foo(int x)
{
    ++x;

    if (x > 0)
    {
        ++x;
++x;                                                     /* 2200 2201 */
    }
}

See also:

QA·C Source Code Analyser 8.1.2
© 2013 Programming Research.
www.programmingresearch.com
Personality Groups | Glossary | Message Index Contents