fix indent
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
/* $Id: etc.c,v 1.53 2003/01/22 16:10:28 ukai Exp $ */
|
/* $Id: etc.c,v 1.54 2003/01/22 16:11:03 ukai Exp $ */
|
||||||
#include "fm.h"
|
#include "fm.h"
|
||||||
#include <pwd.h>
|
#include <pwd.h>
|
||||||
#include "myctype.h"
|
#include "myctype.h"
|
||||||
@@ -1340,7 +1340,7 @@ setup_child(int child, int i, int f)
|
|||||||
}
|
}
|
||||||
|
|
||||||
pid_t
|
pid_t
|
||||||
open_pipe_rw(FILE **fr, FILE **fw)
|
open_pipe_rw(FILE ** fr, FILE ** fw)
|
||||||
{
|
{
|
||||||
int fdr[2];
|
int fdr[2];
|
||||||
int fdw[2];
|
int fdw[2];
|
||||||
@@ -1388,7 +1388,7 @@ open_pipe_rw(FILE **fr, FILE **fw)
|
|||||||
close(fdr[1]);
|
close(fdr[1]);
|
||||||
}
|
}
|
||||||
err0:
|
err0:
|
||||||
return (pid_t) -1;
|
return (pid_t) - 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|||||||
Reference in New Issue
Block a user