Fix indentation;
authorRinat Dobrokhotov <rdobrokhotov@dev.rtsoft.ru>
Fri, 29 Jun 2018 09:30:42 +0000 (12:30 +0300)
committerPetr Bred/AI Ecosystem Lab /SRR/Staff Engineer/삼성전자 <p.bred@samsung.com>
Mon, 20 Aug 2018 17:01:22 +0000 (20:01 +0300)
profctl.c

index cfa1aec66dc71a0902a80fa021ac3cc363bf92d8..11d5b5c3908be828b638ea655e59b4c7c4e901db 100644 (file)
--- 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);
 }