Skip to content

Commit

Permalink
Merge pull request #46 from google/fmt
Browse files Browse the repository at this point in the history
chore: clang-format source files
  • Loading branch information
jaqx0r authored May 15, 2022
2 parents c2c34eb + 8d9e663 commit 37fbda9
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 37fbda9

Please sign in to comment.