From e76fd8a882f9bc21a6bb0cd1cbf1c3cf965fae14 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Tue, 19 Jul 2022 02:51:57 +0000 Subject: [PATCH] fixed indentation in hawk-prv.h --- hawk/lib/hawk-prv.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hawk/lib/hawk-prv.h b/hawk/lib/hawk-prv.h index 1b4abfb0..3509d57e 100644 --- a/hawk/lib/hawk-prv.h +++ b/hawk/lib/hawk-prv.h @@ -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 # endif