From 1f6dd9e898bec2134a83848ba1691b060ac107bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Kohlschu=CC=88tter?= Date: Wed, 15 Jan 2025 14:53:34 +0000 Subject: [PATCH] Fix clang format error --- libglusterfs/src/glusterfs/compat.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libglusterfs/src/glusterfs/compat.h b/libglusterfs/src/glusterfs/compat.h index a59a0c7d35..bd613a5e10 100644 --- a/libglusterfs/src/glusterfs/compat.h +++ b/libglusterfs/src/glusterfs/compat.h @@ -27,7 +27,8 @@ typedef int64_t off64_t; #endif #ifndef HAVE_INET_NET_PTON #include -int inet_net_pton(int af, const char *src, void *dst, size_t size); +int +inet_net_pton(int af, const char *src, void *dst, size_t size); #endif #ifndef _PATH_MOUNTED #define _PATH_MOUNTED "/etc/mtab"