.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /// Find confusingly indented code in or after an if. An if branch should |
---|
2 | 3 | /// be indented. The code following an if should not be indented. |
---|
3 | 4 | /// Sometimes, code after an if that is indented is actually intended to be |
---|
.. | .. |
---|
8 | 9 | //# is not visually aligned may be considered to be in the same column. |
---|
9 | 10 | // |
---|
10 | 11 | // Confidence: Low |
---|
11 | | -// Copyright: (C) 2010 Nicolas Palix, DIKU. GPLv2. |
---|
12 | | -// Copyright: (C) 2010 Julia Lawall, DIKU. GPLv2. |
---|
13 | | -// Copyright: (C) 2010 Gilles Muller, INRIA/LiP6. GPLv2. |
---|
| 12 | +// Copyright: (C) 2010 Nicolas Palix, DIKU. |
---|
| 13 | +// Copyright: (C) 2010 Julia Lawall, DIKU. |
---|
| 14 | +// Copyright: (C) 2010 Gilles Muller, INRIA/LiP6. |
---|
14 | 15 | // URL: http://coccinelle.lip6.fr/ |
---|
15 | 16 | // Comments: |
---|
16 | 17 | // Options: --no-includes --include-headers |
---|