Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a124dcf commit 6eac4f5Copy full SHA for 6eac4f5
1 file changed
cpp/ql/test/query-tests/Best Practices/Likely Errors/CommaBeforeMisleadingIndentation/CommaBeforeMisleadingIndentation.expected
@@ -1,2 +1,5 @@
1
-| test.cpp:9:3:10:8 | ... , ... | Comma before misleading indentation. |
2
-| test.cpp:17:7:18:4 | ... , ... | Comma before misleading indentation. |
+| test.cpp:49:2:49:8 | (void)... | The indentation level may be misleading (for some tab sizes). |
+| 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). |
0 commit comments