Indentation fixes; suspect indent-emp is to blame.
This commit is contained in:
parent
aa4e268d89
commit
e67dca9d29
29 changed files with 89 additions and 133 deletions
|
@ -448,8 +448,7 @@ lwpInitSystem(int pri, char **ctxptr, int flags)
|
|||
if (pri < 1)
|
||||
pri = 1;
|
||||
/* *LwpContextPtr = 0; */
|
||||
if (!
|
||||
(LwpCurrent = (struct lwpProc *)calloc(1, sizeof(struct lwpProc))))
|
||||
if (!(LwpCurrent = calloc(1, sizeof(struct lwpProc))))
|
||||
return (0);
|
||||
if (!(stack = (int *)malloc(64)))
|
||||
return (0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue