Remove trailing space.

This commit is contained in:
David Xu 2012-03-30 05:49:32 +00:00
parent e05171d939
commit 4ed8858df0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=233691

View File

@ -1167,7 +1167,7 @@ do_lock_normal(struct thread *td, struct umutex *m, uint32_t flags,
* If we caught a signal, we have retried and now
* exit immediately.
*/
if (error != 0)
if (error != 0)
return (error);
if ((error = umtx_key_get(m, TYPE_NORMAL_UMUTEX,