Skip to content

Commit 3db6164

Browse files
committed
Spacing
1 parent 6ebb59d commit 3db6164

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

amf/public/include/core/Platform.h

-6
Original file line numberDiff line numberDiff line change
@@ -141,23 +141,17 @@ typedef signed int HRESULT;
141141
#if defined(__cplusplus) && (__cplusplus >= 201103L)
142142
#include <cinttypes>
143143
#define AMFPRId64 PRId64
144-
145144
#define AMFPRIud64 PRIu64
146-
147145
#define AMFPRIx64 PRIx64
148146
#else
149147
#if defined(_MSC_VER)
150148
#define AMFPRId64 "I64d"
151-
152149
#define AMFPRIud64 "Iu64d"
153-
154150
#define AMFPRIx64 "I64x"
155151
#else
156152
#if !defined(AMFPRId64)
157153
#define AMFPRId64 "lld"
158-
159154
#define AMFPRIud64 "ulld"
160-
161155
#define AMFPRIx64 "llx"
162156
#endif
163157
#endif

0 commit comments

Comments
 (0)