Debugger: Style fixes.

This commit is contained in:
Rene Gollent
2014-10-26 14:11:25 -04:00
parent cda38afb68
commit 4501776089
@@ -64,6 +64,7 @@ WatchPromptWindow::Create(Architecture* architecture, target_addr_t address,
} }
void void
WatchPromptWindow::_Init() WatchPromptWindow::_Init()
{ {
@@ -125,6 +126,7 @@ WatchPromptWindow::_Init()
fTypeField->Menu()->ItemAt(fInitialType)->SetMarked(true); fTypeField->Menu()->ItemAt(fInitialType)->SetMarked(true);
} }
void void
WatchPromptWindow::Show() WatchPromptWindow::Show()
{ {
@@ -132,6 +134,7 @@ WatchPromptWindow::Show()
BWindow::Show(); BWindow::Show();
} }
void void
WatchPromptWindow::MessageReceived(BMessage* message) WatchPromptWindow::MessageReceived(BMessage* message)
{ {