Indentation fix

This commit is contained in:
Markus Armbruster 2009-04-26 23:49:41 +02:00
parent d052239a7a
commit 7fd5b86990

View file

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