fixed indentation in hawk-prv.h

This commit is contained in:
hyung-hwan 2022-07-19 02:51:57 +00:00
parent 79d5bbca5d
commit e76fd8a882

View File

@ -154,9 +154,9 @@ typedef struct hawk_tree_t hawk_tree_t;
# endif
# if !defined(HAVE___BUILTIN_MEMSET) || \
!defined(HAVE___BUILTIN_MEMCPY) || \
!defined(HAVE___BUILTIN_MEMMOVE) || \
!defined(HAVE___BUILTIN_MEMCMP)
!defined(HAVE___BUILTIN_MEMCPY) || \
!defined(HAVE___BUILTIN_MEMMOVE) || \
!defined(HAVE___BUILTIN_MEMCMP)
# include <string.h>
# endif