File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
cpp/ql/test/query-tests/Best Practices/Likely Errors/CommaBeforeMisleadingIndentation Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
- | test.cpp:9:3:10:8 | ... , ... | Comma before misleading indentation. |
2
- | test.cpp:17:7:18:4 | ... , ... | Comma before misleading indentation. |
1
+ | test.cpp:49:2:49:8 | (void)... | The indentation level may be misleading (for some tab sizes). |
2
+ | test.cpp:52:8:52:8 | x | The indentation level may be misleading (for some tab sizes). |
3
+ | test.cpp:160:3:160:9 | (void)... | The indentation level may be misleading (for some tab sizes). |
4
+ | test.cpp:166:5:166:7 | ... ++ | The indentation level may be misleading (for some tab sizes). |
5
+ | test.cpp:176:6:178:6 | ... ? ... : ... | The indentation level may be misleading (for some tab sizes). |
You can’t perform that action at this time.
0 commit comments