Skip to content

Commit 4553385

Browse files
DougGregorcompnerd
andauthored
Apply suggestions from code review
Co-authored-by: Saleem Abdulrasool <[email protected]>
1 parent 8a8fa2d commit 4553385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/Basic/CBasicBridging.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@ typedef __UINT64_TYPE__ __swiftc_uint64_t;
5555
#else
5656
typedef unsigned __INT64_TYPE__ __swiftc_uint64_t;
5757
#endif
58-
#endif
5958

6059
typedef __INT32_TYPE__ __swiftc_int32_t;
6160
#ifdef __UINT32_TYPE__
6261
typedef __UINT32_TYPE__ __swiftc_uint32_t;
6362
#else
6463
typedef unsigned __INT32_TYPE__ __swiftc_uint32_t;
6564
#endif
65+
#endif
6666

6767
#define __swiftc_join3(a,b,c) a ## b ## c
6868

0 commit comments

Comments
 (0)