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:
Jérôme Duval
2008-01-13 23:05:30 +00:00
parent 69666c9199
commit 269fdeefff
35 changed files with 382 additions and 385 deletions
@@ -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());
}
+2 -1
View File
@@ -56,7 +56,8 @@ void Devices::MessageReceived (BMessage *message)
// Devices Main
int main(void)
int
main(void)
{
Devices theApp;
theApp.Run();
-1
View File
@@ -1348,7 +1348,6 @@ MapView::MessageReceived(BMessage *msg)
keyCode = i*8 + j;
DrawKey(keyCode);
}
}
if (keyCode<0)
-1
View File
@@ -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);
+1 -2
View File
@@ -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;