Skip to content

Commit

Permalink
fix tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
sjanuary committed Nov 20, 2018
1 parent d0b07ca commit 398c6aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ibmras/common/port/windows/Thread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ bool Semaphore::wait(uint32 timeout) {
IBMRAS_DEBUG(finest, "Semaphore::wait WAIT_TIMEOUT");
break;

case WAIT_FAILED:
case WAIT_FAILED:
IBMRAS_DEBUG(finest, "Semaphore::wait WAIT_FAILED");
}
return false;
Expand Down

0 comments on commit 398c6aa

Please sign in to comment.