Skip to content

Commit

Permalink
Fix clang format error
Browse files Browse the repository at this point in the history
  • Loading branch information
kohlschuetter committed Jan 15, 2025
1 parent 9905aa4 commit 1f6dd9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libglusterfs/src/glusterfs/compat.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ typedef int64_t off64_t;
#endif
#ifndef HAVE_INET_NET_PTON
#include <stddef.h>
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"
Expand Down

0 comments on commit 1f6dd9e

Please sign in to comment.