From 6ccb48f81a0242c3ba2ddd583ded0582364eeacd Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 19 Jan 2026 09:00:00 +0100 Subject: all: reformat C/C++ files --- tools/syz-headerparser/test_headers/th_a.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/syz-headerparser/test_headers/th_a.h') diff --git a/tools/syz-headerparser/test_headers/th_a.h b/tools/syz-headerparser/test_headers/th_a.h index f2afc8752..a0d0bd195 100644 --- a/tools/syz-headerparser/test_headers/th_a.h +++ b/tools/syz-headerparser/test_headers/th_a.h @@ -8,8 +8,8 @@ #define RANDOM_MACRO_2 2 struct A { - struct B *B_item; - const char *char_ptr; + struct B* B_item; + const char* char_ptr; unsigned int an_unsigned_int; /* * Some comments -- cgit mrf-deployment