From: Rinat Dobrokhotov Date: Fri, 29 Jun 2018 09:30:42 +0000 (+0300) Subject: Fix indentation; X-Git-Tag: submit/tizen/20180820.170401~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3785d4cf06ede13f598e7e93823f4941b93df525;p=sdk%2Ftools%2Fprofctl.git Fix indentation; --- 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); }