From c856c49a922ecaa2fee2ff208dbe222ea86b28c4 Mon Sep 17 00:00:00 2001 From: Bandie Date: Sat, 17 Mar 2018 21:01:51 +0100 Subject: [PATCH] tf is with that spaces --- src/grub2-se-verifyserv.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/grub2-se-verifyserv.c b/src/grub2-se-verifyserv.c index ba5acf7..0fc9f04 100644 --- a/src/grub2-se-verifyserv.c +++ b/src/grub2-se-verifyserv.c @@ -121,10 +121,8 @@ int main(int argc, char *argv[]){ } else // If exit != 0 - if(access(VRFFILE, F_OK) != -1) //File exists? - unlink(VRFFILE); - - + if(access(VRFFILE, F_OK) != -1) //File exists? + unlink(VRFFILE); } }