aboutsummaryrefslogtreecommitdiff
path: root/contrib/llvm-project/libcxx/include/inttypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm-project/libcxx/include/inttypes.h')
-rw-r--r--contrib/llvm-project/libcxx/include/inttypes.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/contrib/llvm-project/libcxx/include/inttypes.h b/contrib/llvm-project/libcxx/include/inttypes.h
index b755526b8492..8664412bd52f 100644
--- a/contrib/llvm-project/libcxx/include/inttypes.h
+++ b/contrib/llvm-project/libcxx/include/inttypes.h
@@ -12,7 +12,7 @@
// is defined until an inclusion of it without _STD_TYPES_T occurs, in which
// case the header guard macro is defined.
#if !defined(_AIX) || !defined(_STD_TYPES_T)
-#define _LIBCPP_INTTYPES_H
+# define _LIBCPP_INTTYPES_H
#endif // _STD_TYPES_T
/*
@@ -245,7 +245,7 @@ uintmax_t wcstoumax(const wchar_t* restrict nptr, wchar_t** restrict endptr, int
for C++11 unless __STDC_FORMAT_MACROS is defined
*/
#if defined(__cplusplus) && !defined(__STDC_FORMAT_MACROS)
-# define __STDC_FORMAT_MACROS
+# define __STDC_FORMAT_MACROS
#endif
#if __has_include_next(<inttypes.h>)
@@ -254,10 +254,10 @@ uintmax_t wcstoumax(const wchar_t* restrict nptr, wchar_t** restrict endptr, int
#ifdef __cplusplus
-#include <stdint.h>
+# include <stdint.h>
-#undef imaxabs
-#undef imaxdiv
+# undef imaxabs
+# undef imaxdiv
#endif // __cplusplus