[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libmicrohttpd2] 06/08: mhd_sys_options: fixed formatting
From: |
Admin |
Subject: |
[libmicrohttpd2] 06/08: mhd_sys_options: fixed formatting |
Date: |
Sat, 14 Jun 2025 19:15:21 +0200 |
This is an automated email from the git hooks/post-receive script.
karlson2k pushed a commit to branch master
in repository libmicrohttpd2.
commit 864f86d559e601e54004c8c92d05fb977f260550
Author: Evgeny Grin (Karlson2k) <k2k@drgrin.dev>
AuthorDate: Sat Jun 14 13:29:43 2025 +0200
mhd_sys_options: fixed formatting
---
src/incl_priv/mhd_sys_options.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/incl_priv/mhd_sys_options.h b/src/incl_priv/mhd_sys_options.h
index 6fa23d6..d79f526 100644
--- a/src/incl_priv/mhd_sys_options.h
+++ b/src/incl_priv/mhd_sys_options.h
@@ -228,7 +228,7 @@
#endif
#ifdef HAVE_ATTR_FUNC_ASSUME_ALIGNED
-# define mhd_FN_RET_ALIGNED(align) __attribute__((assume_aligned(align)))
+# define mhd_FN_RET_ALIGNED(align) __attribute__((assume_aligned (align)))
#else
# define mhd_FN_RET_ALIGNED(align) /* empty */
#endif
@@ -238,7 +238,7 @@
* Indicates that returned pointer points to object with the size specified
* by parameter number @a param_num.
*/
-# define mhd_FN_RET_SIZED(param_num) __attribute__((alloc_size(param_num)))
+# define mhd_FN_RET_SIZED(param_num) __attribute__((alloc_size (param_num)))
#else
/**
* Indicates that returned pointer points to object with the size specified
@@ -267,7 +267,7 @@
* another function @a destructor.
*/
# define mhd_FN_OBJ_CONSTRUCTOR(destructor) \
- __attribute__((malloc(destructor)))
+ __attribute__((malloc (destructor)))
#else
/**
* Indicates that function creates the object that mast be destructed by
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [libmicrohttpd2] branch master updated (a71f9db -> c46a09d), Admin, 2025/06/14
- [libmicrohttpd2] 02/08: perf_replies: fixed parameter check, Admin, 2025/06/14
- [libmicrohttpd2] 01/08: perf_replies: fixed pseudo-random sequence generation, Admin, 2025/06/14
- [libmicrohttpd2] 04/08: perf_replies: corrected response filler, Admin, 2025/06/14
- [libmicrohttpd2] 03/08: perf_replies: corrected messages, Admin, 2025/06/14
- [libmicrohttpd2] 05/08: mhd_sys_options: added workaround for some broken W32 compilers, Admin, 2025/06/14
- [libmicrohttpd2] 06/08: mhd_sys_options: fixed formatting,
Admin <=
- [libmicrohttpd2] 08/08: configure: added more release linker flags, Admin, 2025/06/14
- [libmicrohttpd2] 07/08: perf_replies: minor readability improvement, Admin, 2025/06/14