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