lib/, src/: Align variable definitions
This is just a cosmetic patch in preparation for others. Signed-off-by: Alejandro Colomar <alx@kernel.org>
This commit is contained in:
committed by
Serge Hallyn
parent
ce0fc161b4
commit
76bbce3564
@@ -44,12 +44,12 @@ static void nss_exit(void) {
|
||||
|
||||
// nsswitch_path is an argument only to support testing.
|
||||
void nss_init(const char *nsswitch_path) {
|
||||
FILE *nssfp = NULL;
|
||||
char *line = NULL, *p, *token, *saveptr;
|
||||
size_t len = 0;
|
||||
FILE *shadow_logfd = log_get_logfd();
|
||||
char libname[65];
|
||||
void *h;
|
||||
char *line = NULL, *p, *token, *saveptr;
|
||||
char libname[65];
|
||||
FILE *nssfp = NULL;
|
||||
FILE *shadow_logfd = log_get_logfd();
|
||||
void *h;
|
||||
size_t len = 0;
|
||||
|
||||
if (atomic_flag_test_and_set(&nss_init_started)) {
|
||||
// Another thread has started nss_init, wait for it to complete
|
||||
|
||||
Reference in New Issue
Block a user