From 8d9e6634d912346297b32079100b1b4cffdd6a82 Mon Sep 17 00:00:00 2001 From: Jamie Wilkinson Date: Sun, 15 May 2022 17:04:11 +1000 Subject: [PATCH] chore: clang-format source files --- nss_cache.c | 2 +- nss_cache.h | 2 +- nss_test.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nss_cache.c b/nss_cache.c index 43c27b3..4e0190f 100644 --- a/nss_cache.c +++ b/nss_cache.c @@ -22,8 +22,8 @@ #include "nss_cache.h" -#include #include +#include /* Locking implementation: use pthreads. */ #include diff --git a/nss_cache.h b/nss_cache.h index 460b278..9b70a4b 100644 --- a/nss_cache.h +++ b/nss_cache.h @@ -30,8 +30,8 @@ #include #ifndef BSD -#include #include +#include #endif /* ifndef BSD */ #ifndef NSS_CACHE_H diff --git a/nss_test.h b/nss_test.h index 161c54a..5b5bfbc 100644 --- a/nss_test.h +++ b/nss_test.h @@ -23,8 +23,8 @@ #include #ifndef BSD -#include #include +#include #endif // ifndef BSD #ifndef NSS_TEST_H