diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2026-01-19 09:00:00 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2026-01-19 08:43:51 +0000 |
| commit | 6ccb48f81a0242c3ba2ddd583ded0582364eeacd (patch) | |
| tree | 0ff7e4ea1f24ee4f6b3d60ccbaa7460f792879db /tools/syz-headerparser/test_headers/th_b.h | |
| parent | d43aeb52dbe1775688e98706ff905e35487cfe3b (diff) | |
all: reformat C/C++ files
Diffstat (limited to 'tools/syz-headerparser/test_headers/th_b.h')
| -rw-r--r-- | tools/syz-headerparser/test_headers/th_b.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/syz-headerparser/test_headers/th_b.h b/tools/syz-headerparser/test_headers/th_b.h index 4b32e6041..7a42735fe 100644 --- a/tools/syz-headerparser/test_headers/th_b.h +++ b/tools/syz-headerparser/test_headers/th_b.h @@ -4,11 +4,11 @@ #ifndef _TEST_HEADER_B #define _TEST_HEADER_B -#include <linux/types.h> /* header comment */ +#include <linux/types.h> /* header comment */ enum random_enum { - ONE = 1<<0, - TWO = 1<<1, + ONE = 1 << 0, + TWO = 1 << 1, }; struct B { @@ -19,8 +19,8 @@ struct B { struct struct_containing_union { int something; union { - char *a_char; - struct B *B_ptr; + char* a_char; + struct B* B_ptr; } a_union; }; |
