From 108233784827d54361c99c67eaee9e668010b3c3 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Sun, 17 May 2020 20:21:59 -0700 Subject: Reformat all C code with clang-format-10 --- client/internal.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'client/internal.h') diff --git a/client/internal.h b/client/internal.h index 1aed874..2a97ded 100644 --- a/client/internal.h +++ b/client/internal.h @@ -12,8 +12,8 @@ #ifndef CLIENT_INTERNAL_H #define CLIENT_INTERNAL_H 1 -#include #include +#include #include @@ -22,10 +22,10 @@ * people don't want to use krb5.conf for some reason. */ #ifndef WALLET_SERVER -# define WALLET_SERVER NULL +# define WALLET_SERVER NULL #endif #ifndef WALLET_PORT -# define WALLET_PORT 0 +# define WALLET_PORT 0 #endif /* Forward declarations to avoid unnecessary includes. */ -- cgit v1.2.3