Debugger: Style fixes.

This commit is contained in:
Rene Gollent 2014-10-26 14:08:50 -04:00
parent cda38afb68
commit 4501776089

View File

@ -64,6 +64,7 @@ WatchPromptWindow::Create(Architecture* architecture, target_addr_t address,
}
void
WatchPromptWindow::_Init()
{
@ -125,6 +126,7 @@ WatchPromptWindow::_Init()
fTypeField->Menu()->ItemAt(fInitialType)->SetMarked(true);
}
void
WatchPromptWindow::Show()
{
@ -132,6 +134,7 @@ WatchPromptWindow::Show()
BWindow::Show();
}
void
WatchPromptWindow::MessageReceived(BMessage* message)
{