Signed-off-by: Julien Gueytat <cont...@jgueytat.fr>
---
 psplash.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/psplash.c b/psplash.c
index 04d3d49..507202f 100644
--- a/psplash.c
+++ b/psplash.c
@@ -245,10 +245,10 @@ main (int argc, char** argv)
   if (mkfifo(PSPLASH_FIFO, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP))
     {
       if (errno!=EEXIST) 
-       {
-         perror("mkfifo");
-         exit(-1);
-       }
+           {
+             perror("mkfifo");
+             exit(-1);
+           }
     }
 
   pipe_fd = open (PSPLASH_FIFO,O_RDONLY|O_NONBLOCK);
-- 
1.9.1

-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to