Skip to content

Commit 4b3d61b

Browse files
[gardening] Fix accidental \t
1 parent 817adc2 commit 4b3d61b

File tree

1 file changed

+1
-1
lines changed
  • test/APINotes/Inputs/custom-frameworks/APINotesFrameworkTest.framework/Headers

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#pragma clang assume_nonnull begin
22

33
struct __attribute__((swift_name("VeryImportantCStruct"))) SomeCStruct {
4-
int field;
4+
int field;
55
};
66

77
#pragma clang assume_nonnull end

0 commit comments

Comments
 (0)