79166934

Date: 2024-11-07 14:43:26
Score: 0.5
Natty:
Report link

As the last line of a macro, I use struct HereToEnforceSemiColon, i.e.

#define MYMACRO(param)  \
    DoSomething(param); \
    struct HereToEnforceSemiColon
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: Roland Sarrazin