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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user