From 8c18a81797772406876bccf17039fdc01718ee5f Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Mon, 21 Jan 2013 12:06:35 +0100 Subject: [PATCH] xutils: minor: fix whitespace Signed-off-by: Daniel Borkmann --- src/xutils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xutils.c b/src/xutils.c index d26e4ef1..47f33e82 100644 --- a/src/xutils.c +++ b/src/xutils.c @@ -1030,7 +1030,7 @@ void set_ioprio_be(void) void xlockme(void) { - if (mlockall(MCL_CURRENT|MCL_FUTURE) != 0) + if (mlockall(MCL_CURRENT | MCL_FUTURE) != 0) panic("Cannot lock pages!\n"); } -- 2.11.4.GIT