2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-09-01 06:45:38 +00:00

aa-status: reindent from spaces to tabs

Signed-off-by: John Johansen <john.johansen@canonical.com>
Acked-by: Steve Beattie <steve.beattie@canonical.com>
This commit is contained in:
John Johansen
2020-04-27 19:54:26 -07:00
parent de8f1ba17d
commit 69a0c80a40

View File

@@ -68,16 +68,16 @@ static void free_processes(struct process *processes, size_t n) {
static int verbose = 0;
#define dprintf(...) \
do { \
do { \
if (verbose) \
printf(__VA_ARGS__); \
} while (0)
} while (0)
#define dfprintf(...) \
do { \
do { \
if (verbose) \
fprintf(__VA_ARGS__); \
} while (0)
} while (0)
static int get_profiles(struct profile **profiles, size_t *n) {