[yocto] [psplash][PATCH v2 1/2] Fix indendation.
Julien Gueytat
contact at jgueytat.fr
Tue May 31 15:11:34 PDT 2016
Signed-off-by: Julien Gueytat <contact at 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
More information about the yocto
mailing list