run clang-format

This commit is contained in:
Jörg Thalheim
2024-12-11 15:13:24 +01:00
committed by Mic92
parent 64f537c22d
commit 7c76b52a8d
2 changed files with 20 additions and 20 deletions

View File

@@ -1,10 +1,10 @@
#define _GNU_SOURCE
#include <dlfcn.h>
#include <pwd.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <pwd.h>
#include <dlfcn.h>
#include <stdlib.h>
#include <stdio.h>
typedef struct passwd *(*getpwnam_type)(const char *name);