Skip to content

Commit 7a4de5b

Browse files
Merge pull request #3028 from practicalswift/fix-header-formatting
[gardening] Use consistent header formatting.
2 parents 10e750f + fea3714 commit 7a4de5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/1_stdlib/Inputs/FoundationBridge/FoundationBridge.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- FoundationBridge.h --------------------------------------*- C++ -*-===//
1+
//===--- FoundationBridge.h -------------------------------------*- C++ -*-===//
22
//
33
// This source file is part of the Swift.org open source project
44
//
@@ -52,4 +52,4 @@ void takesData(NSData *object);
5252
NSData *returnsData();
5353
BOOL identityOfData(NSData *data);
5454

55-
NS_ASSUME_NONNULL_END
55+
NS_ASSUME_NONNULL_END

0 commit comments

Comments
 (0)