|
51 | 51 | #define _Py_tzname tzname |
52 | 52 | #endif |
53 | 53 |
|
54 | | -#if defined(__APPLE__ ) && defined(__has_builtin) |
| 54 | +#if defined(__APPLE__ ) && defined(__has_builtin) |
55 | 55 | # if __has_builtin(__builtin_available) |
56 | 56 | # define HAVE_CLOCK_GETTIME_RUNTIME __builtin_available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *) |
57 | 57 | # endif |
@@ -160,7 +160,7 @@ perf_counter(_Py_clock_info_t *info) |
160 | 160 | #ifdef HAVE_CLOCK_GETTIME |
161 | 161 |
|
162 | 162 | #ifdef __APPLE__ |
163 | | -/* |
| 163 | +/* |
164 | 164 | * The clock_* functions will be removed from the module |
165 | 165 | * dict entirely when the C API is not available. |
166 | 166 | */ |
@@ -1421,7 +1421,7 @@ _PyTime_GetThreadTimeWithInfo(_PyTime_t *tp, _Py_clock_info_t *info) |
1421 | 1421 |
|
1422 | 1422 | #if defined(__APPLE__) && defined(__has_attribute) && __has_attribute(availability) |
1423 | 1423 | static int |
1424 | | -_PyTime_GetThreadTimeWithInfo(_PyTime_t *tp, _Py_clock_info_t *info) |
| 1424 | +_PyTime_GetThreadTimeWithInfo(_PyTime_t *tp, _Py_clock_info_t *info) |
1425 | 1425 | __attribute__((availability(macos, introduced=10.12))) |
1426 | 1426 | __attribute__((availability(ios, introduced=10.0))) |
1427 | 1427 | __attribute__((availability(tvos, introduced=10.0))) |
@@ -1460,7 +1460,7 @@ _PyTime_GetThreadTimeWithInfo(_PyTime_t *tp, _Py_clock_info_t *info) |
1460 | 1460 |
|
1461 | 1461 | #ifdef HAVE_THREAD_TIME |
1462 | 1462 | #ifdef __APPLE__ |
1463 | | -/* |
| 1463 | +/* |
1464 | 1464 | * The clock_* functions will be removed from the module |
1465 | 1465 | * dict entirely when the C API is not available. |
1466 | 1466 | */ |
|
0 commit comments