From 3785d4cf06ede13f598e7e93823f4941b93df525 Mon Sep 17 00:00:00 2001 From: Rinat Dobrokhotov Date: Fri, 29 Jun 2018 12:30:42 +0300 Subject: [PATCH] Fix indentation; --- profctl.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/profctl.c b/profctl.c index cfa1aec..11d5b5c 100644 --- a/profctl.c +++ b/profctl.c @@ -74,9 +74,9 @@ static void finish() tcsetattr(0,TCSANOW, &sterm); if (tf != NULL) { fclose(tf); - if (isPipeOwner) { - unlink(pname); - } + if (isPipeOwner) { + unlink(pname); + } } kill(getpid(), SIGKILL); } -- 2.7.4