Indentation fixes; suspect indent-emp is to blame.

This commit is contained in:
Markus Armbruster 2004-02-28 18:06:11 +00:00
parent aa4e268d89
commit e67dca9d29
29 changed files with 89 additions and 133 deletions

View file

@ -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);