Indentation fix
This commit is contained in:
parent
d052239a7a
commit
7fd5b86990
1 changed files with 14 additions and 14 deletions
|
@ -102,7 +102,7 @@ struct loc_Thread {
|
|||
* any state:
|
||||
* nwrite >= 0
|
||||
* nread >= 0
|
||||
|
||||
*
|
||||
* if unlocked:
|
||||
* can_read set
|
||||
* can_write set
|
||||
|
@ -457,7 +457,7 @@ empth_create(void (*entry)(void *), int size, int flags,
|
|||
empth_yield();
|
||||
return pThread;
|
||||
|
||||
bad:
|
||||
bad:
|
||||
if (pThread) {
|
||||
loc_FreeThreadInfo(pThread);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue