Skip to content

Commit 342eca9

Browse files
committed
checks.cpp: prevent uncrustify changes to macro [skip ci]
1 parent dfa45fa commit 342eca9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/checks.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@
4545
class CheckInstancesImpl
4646
{
4747
private:
48+
/* *INDENT-OFF* */
4849
#define UPI(c) std::unique_ptr<c> m##c{new c}
50+
/* *INDENT-ON* */
4951
UPI(Check64BitPortability);
5052
UPI(CheckAssert);
5153
UPI(CheckAutoVariables);

0 commit comments

Comments
 (0)