aboutsummaryrefslogtreecommitdiff
path: root/client/internal.h
diff options
context:
space:
mode:
authorRuss Allbery <eagle@eyrie.org>2020-05-17 20:21:59 -0700
committerRuss Allbery <eagle@eyrie.org>2020-05-17 20:21:59 -0700
commit108233784827d54361c99c67eaee9e668010b3c3 (patch)
tree329ad2e791fb27ecc037259c16b922be03e977d0 /client/internal.h
parent201ac5003d4fba8b15dbb64628782970bd3422fd (diff)
Reformat all C code with clang-format-10
Diffstat (limited to 'client/internal.h')
-rw-r--r--client/internal.h6
1 files changed, 3 insertions, 3 deletions
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 <portable/macros.h>
#include <portable/krb5.h>
+#include <portable/macros.h>
#include <sys/types.h>
@@ -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. */