2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-09-04 00:05:14 +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; static int verbose = 0;
#define dprintf(...) \ #define dprintf(...) \
do { \ do { \
if (verbose) \ if (verbose) \
printf(__VA_ARGS__); \ printf(__VA_ARGS__); \
} while (0) } while (0)
#define dfprintf(...) \ #define dfprintf(...) \
do { \ do { \
if (verbose) \ if (verbose) \
fprintf(__VA_ARGS__); \ fprintf(__VA_ARGS__); \
} while (0) } while (0)
static int get_profiles(struct profile **profiles, size_t *n) { static int get_profiles(struct profile **profiles, size_t *n) {