mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
my_popen: fix indentation
This commit is contained in:
@@ -207,8 +207,8 @@ FILE* my_popen( pid_t& pid, const char *cmdstring, const char *type)
|
||||
close(pfd[1]);
|
||||
if ((fp = fdopen(pfd[0], type)) == NULL)
|
||||
return(NULL);
|
||||
} else {
|
||||
close(pfd[0]);
|
||||
} else {
|
||||
close(pfd[0]);
|
||||
if ((fp = fdopen(pfd[1], type)) == NULL)
|
||||
return(NULL);
|
||||
}
|
||||
|
Reference in New Issue
Block a user