gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] 167/335: mhd_sys_options.h: formatting


From: gnunet
Subject: [libmicrohttpd] 167/335: mhd_sys_options.h: formatting
Date: Sat, 27 Jul 2024 22:01:03 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to tag stf-m2
in repository libmicrohttpd.

commit e031d1d4936f4db410cb87ea55ff187c00bb13b5
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Thu May 16 14:06:31 2024 +0200

    mhd_sys_options.h: formatting
---
 src/include/mhd_sys_options.h | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/src/include/mhd_sys_options.h b/src/include/mhd_sys_options.h
index 6e2c738a..eb351e67 100644
--- a/src/include/mhd_sys_options.h
+++ b/src/include/mhd_sys_options.h
@@ -108,20 +108,20 @@
 
 #if defined(_WIN32) && ! defined(__CYGWIN__)
 /* Declare POSIX-compatible names */
-#define _CRT_DECLARE_NONSTDC_NAMES 1
+#  define _CRT_DECLARE_NONSTDC_NAMES 1
 /* Do not warn about POSIX name usage */
-#define _CRT_NONSTDC_NO_WARNINGS 1
-#ifndef _WIN32_WINNT
-#define _WIN32_WINNT 0x0600
-#else /* _WIN32_WINNT */
-#if _WIN32_WINNT < 0x0501
+#  define _CRT_NONSTDC_NO_WARNINGS 1
+#  ifndef _WIN32_WINNT
+#    define _WIN32_WINNT 0x0600
+#  else /* _WIN32_WINNT */
+#    if _WIN32_WINNT < 0x0501
 #error "Headers for Windows XP or later are required"
-#endif /* _WIN32_WINNT < 0x0501 */
-#endif /* _WIN32_WINNT */
-#ifndef WIN32_LEAN_AND_MEAN
+#    endif /* _WIN32_WINNT < 0x0501 */
+#  endif /* _WIN32_WINNT */
+#  ifndef WIN32_LEAN_AND_MEAN
 /* Do not include unneeded parts of W32 headers. */
-#define WIN32_LEAN_AND_MEAN 1
-#endif /* !WIN32_LEAN_AND_MEAN */
+#    define WIN32_LEAN_AND_MEAN 1
+#  endif /* !WIN32_LEAN_AND_MEAN */
 #endif /* _WIN32 && ! __CYGWIN__ */
 
 #if defined(__VXWORKS__) || defined(__vxworks) || defined(OS_VXWORKS)
@@ -193,9 +193,9 @@
 #  define MHD_DATA_TRUNCATION_RUNTIME_CHECK_RESTORE_ /* empty */
 #else  /* _MSC_FULL_VER */
 #  define MHD_DATA_TRUNCATION_RUNTIME_CHECK_DISABLE_ \
-   __pragma(runtime_checks("c", off))
+        __pragma(runtime_checks("c", off))
 #  define MHD_DATA_TRUNCATION_RUNTIME_CHECK_RESTORE_ \
-   __pragma(runtime_checks("c", restore))
+        __pragma(runtime_checks("c", restore))
 #endif /* _MSC_FULL_VER */
 
 /**

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]