Skip to content

Commit

Permalink
chore: clang-format source files
Browse files Browse the repository at this point in the history
  • Loading branch information
jaqx0r committed May 15, 2022
1 parent c2c34eb commit 8d9e663
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nss_cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@

#include "nss_cache.h"

#include <sys/mman.h>
#include <stdio.h>
#include <sys/mman.h>

/* Locking implementation: use pthreads. */
#include <pthread.h>
Expand Down
2 changes: 1 addition & 1 deletion nss_cache.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
#include <unistd.h>

#ifndef BSD
#include <shadow.h>
#include <gshadow.h>
#include <shadow.h>
#endif /* ifndef BSD */

#ifndef NSS_CACHE_H
Expand Down
2 changes: 1 addition & 1 deletion nss_test.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
#include <unistd.h>

#ifndef BSD
#include <shadow.h>
#include <gshadow.h>
#include <shadow.h>
#endif // ifndef BSD

#ifndef NSS_TEST_H
Expand Down

0 comments on commit 8d9e663

Please sign in to comment.