style cleanup
whitespace => tab git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23505 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -83,7 +83,6 @@ RangeConfItem::DrawItem(BView *owner, BRect itemRect, bool complete)
|
||||
owner->SetLowColor(color);
|
||||
owner->FillRect(itemRect);
|
||||
owner->SetHighColor(kBlack);
|
||||
|
||||
} else {
|
||||
owner->SetLowColor(owner->ViewColor());
|
||||
}
|
||||
|
||||
@@ -56,7 +56,8 @@ void Devices::MessageReceived (BMessage *message)
|
||||
|
||||
|
||||
// Devices Main
|
||||
int main(void)
|
||||
int
|
||||
main(void)
|
||||
{
|
||||
Devices theApp;
|
||||
theApp.Run();
|
||||
|
||||
@@ -1348,7 +1348,6 @@ MapView::MessageReceived(BMessage *msg)
|
||||
keyCode = i*8 + j;
|
||||
DrawKey(keyCode);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
if (keyCode<0)
|
||||
|
||||
@@ -572,7 +572,6 @@ MediaWindow::MessageReceived (BMessage *message)
|
||||
else
|
||||
roster->GetNodeFor(node_id, fCurrentNode);
|
||||
|
||||
|
||||
if (roster->GetParameterWebFor(*fCurrentNode, &fParamWeb)==B_OK
|
||||
&& (paramView = BMediaTheme::PreferredTheme()->ViewFor(fParamWeb)) != NULL) {
|
||||
fContentView->AddChild(paramView);
|
||||
|
||||
@@ -92,8 +92,7 @@ HEventList::SelectionChanged()
|
||||
BListView::SelectionChanged();
|
||||
|
||||
int32 sel = CurrentSelection();
|
||||
if(sel >= 0)
|
||||
{
|
||||
if (sel >= 0) {
|
||||
HEventItem *item = cast_as(ItemAt(sel),HEventItem);
|
||||
if (!item)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user