summaryrefslogtreecommitdiff
path: root/tests/headers/struct_with_anon_union.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/struct_with_anon_union.h')
-rw-r--r--tests/headers/struct_with_anon_union.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/headers/struct_with_anon_union.h b/tests/headers/struct_with_anon_union.h
index 45ddb3c4..dd183b7a 100644
--- a/tests/headers/struct_with_anon_union.h
+++ b/tests/headers/struct_with_anon_union.h
@@ -1,5 +1,5 @@
// bindgen-flags: --with-derive-hash
-//
+
struct foo {
union {
unsigned int a;