Skip to content

Commit e3c2a3e

Browse files
rename
1 parent 1dabef0 commit e3c2a3e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
typedef struct { } Bar;
1+
typedef struct { } Foo;
22
---
33

44
[Content] =
55
[Removal] =
66
[Domain] = 0:0-0:23
77
>-----------------------<
8-
0| typedef struct { } Bar;
8+
0| typedef struct { } Foo;
99

1010
[Insertion delimiter] = "\n\n"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
typedef union { } Bar;
1+
typedef union { } Foo;
22
---
33

44
[Content] =
55
[Removal] =
66
[Domain] = 0:0-0:22
77
>----------------------<
8-
0| typedef union { } Bar;
8+
0| typedef union { } Foo;
99

1010
[Insertion delimiter] = "\n\n"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
typedef enum { } Bar;
1+
typedef enum { } Foo;
22
---
33

44
[Content] =
55
[Removal] =
66
[Domain] = 0:0-0:21
77
>---------------------<
8-
0| typedef enum { } Bar;
8+
0| typedef enum { } Foo;
99

1010
[Insertion delimiter] = "\n\n"

0 commit comments

Comments
 (0)