gnunet-svn
[Top][All Lists]
Advanced

[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.



reply via email to

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