posix-threads.h: Fix coding style aberrations from 2006-06-19 check-in.

* include/posix-threads.h: Fix coding style aberrations from
        2006-06-19 check-in.
        * posix-threads.cc (_Jv_ThreadDebugSuspend): Ditto.
        * include/win32-threads.h (_Jv_ThreadDebugSuspend): Ditto.
        * win32-threads.cc (_Jv_ThreadDebugSuspend): Ditto.

From-SVN: r115020
This commit is contained in:
Keith Seitz 2006-06-26 17:59:42 +00:00 committed by Keith Seitz
parent 9330cba6e3
commit 49799ad34f
5 changed files with 20 additions and 12 deletions

View file

@ -421,17 +421,17 @@ _Jv_ThreadInterrupt (_Jv_Thread_t *data)
}
void
_Jv_ThreadDebugSuspend (_Jv_Thread_t* data)
_Jv_ThreadDebugSuspend (_Jv_Thread_t *data)
{
}
void
_Jv_ThreadDebugResume (_Jv_Thread_t* data)
_Jv_ThreadDebugResume (_Jv_Thread_t *data)
{
}
jint
_Jv_ThreadDebugSuspendCount (_Jv_Thread_t* data)
_Jv_ThreadDebugSuspendCount (_Jv_Thread_t *data)
{
return -1;
}