[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 */
    }
}


No MISRA-C:2004 Rules applicable to message 2200


See also:

QA·C Source Code Analyser 8.1
MISRA-C:2004 Compliance Module 3.2
© 2012 Programming Research.
www.programmingresearch.com
Personality Groups | Glossary | Message Index | MISRA-C:2004 Rule Index Contents