Style fix.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39824 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -602,7 +602,7 @@ ThreadHandler::_HandleSingleStepStep(CpuState* cpuState)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (stackTrace != NULL) {
|
if (stackTrace != NULL) {
|
||||||
StackFrame *frame = stackTrace->FrameAt(0);
|
StackFrame* frame = stackTrace->FrameAt(0);
|
||||||
Image* image = frame->GetImage();
|
Image* image = frame->GetImage();
|
||||||
ImageDebugInfo* info = NULL;
|
ImageDebugInfo* info = NULL;
|
||||||
if (GetImageDebugInfo(image, info) != B_OK)
|
if (GetImageDebugInfo(image, info) != B_OK)
|
||||||
|
|||||||
Reference in New Issue
Block a user