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:
|
* any state:
|
||||||
* nwrite >= 0
|
* nwrite >= 0
|
||||||
* nread >= 0
|
* nread >= 0
|
||||||
|
*
|
||||||
* if unlocked:
|
* if unlocked:
|
||||||
* can_read set
|
* can_read set
|
||||||
* can_write set
|
* can_write set
|
||||||
|
@ -457,7 +457,7 @@ empth_create(void (*entry)(void *), int size, int flags,
|
||||||
empth_yield();
|
empth_yield();
|
||||||
return pThread;
|
return pThread;
|
||||||
|
|
||||||
bad:
|
bad:
|
||||||
if (pThread) {
|
if (pThread) {
|
||||||
loc_FreeThreadInfo(pThread);
|
loc_FreeThreadInfo(pThread);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue