Skip to content

Commit c08e0f5

Browse files
committed
Fixed whitespace
1 parent c721ed8 commit c08e0f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rtos/Thread.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ osStatus Thread::terminate() {
131131
_finished = true;
132132
// if local_id == 0 Thread was not started in first place
133133
// and does not have to be terminated
134-
if(local_id != 0) {
134+
if (local_id != 0) {
135135
ret = osThreadTerminate(local_id);
136136
}
137137
}

0 commit comments

Comments
 (0)