Skip to content

Commit 294e49e

Browse files
committed
update .expected files to reflect clang-format
1 parent 60f2824 commit 294e49e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
| test.c:6:7:6:8 | x1 | Bit-field x1 is declared on type x1. |
22
| test.c:10:15:10:16 | x5 | Bit-field x5 is declared on type x5. |
3-
| test.c:11:15:11:16 | x6 | Bit-field x6 is declared on type x6. |
4-
| test.c:12:14:12:15 | x7 | Bit-field x7 is declared on type x7. |
3+
| test.c:12:15:12:16 | x6 | Bit-field x6 is declared on type x6. |
4+
| test.c:14:14:14:15 | x7 | Bit-field x7 is declared on type x7. |
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
| test.c:5:14:5:15 | x2 | Single-bit bit-field named x2 has a signed type signed int. |
2-
| test.c:7:7:7:8 | x3 | Single-bit bit-field named x3 has a signed type signed char. |
3-
| test.c:9:7:9:8 | x4 | Single-bit bit-field named x4 has a signed type signed short. |
4-
| test.c:14:11:14:12 | x7 | Single-bit bit-field named x7 has a signed type int32_t. |
1+
| test.c:7:14:7:15 | x2 | Single-bit bit-field named x2 has a signed type signed int. |
2+
| test.c:9:7:9:8 | x3 | Single-bit bit-field named x3 has a signed type signed char. |
3+
| test.c:11:7:11:8 | x4 | Single-bit bit-field named x4 has a signed type signed short. |
4+
| test.c:16:11:16:12 | x7 | Single-bit bit-field named x7 has a signed type int32_t. |

0 commit comments

Comments
 (0)