mirror of
https://review.haiku-os.org/haiku
synced 2025-02-01 03:06:08 +01:00
Fix style coding violation (possibly causing confusion)
This commit is contained in:
parent
7e2f796c90
commit
04847eccdf
@ -502,10 +502,10 @@ void
|
||||
ThrowOnInitCheckError(InitCheckable *item)
|
||||
{
|
||||
if (!item)
|
||||
throw(status_t) B_ERROR;
|
||||
throw (status_t)B_ERROR;
|
||||
status_t error = item->InitCheck();
|
||||
if (error != B_OK)
|
||||
throw(status_t) error;
|
||||
throw (status_t)error;
|
||||
}
|
||||
|
||||
#if DEBUG
|
||||
|
Loading…
x
Reference in New Issue
Block a user