* Fixed wrong indentation of the if-clause introduced in r40144.

* Automatic whitespace cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40147 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2011-01-08 12:38:13 +00:00
parent 40e0165b13
commit 9f609ed7c6
1 changed files with 15 additions and 15 deletions

View File

@ -200,7 +200,7 @@ BackgroundImage::Show(BackgroundImageInfo *info, BView *view)
case kScaledToFit: case kScaledToFit:
if (fIsDesktop) { if (fIsDesktop) {
if (BRectRatio(destinationBitmapBounds) if (BRectRatio(destinationBitmapBounds)
>= BRectRatio(viewBounds)) { >= BRectRatio(viewBounds)) {
float overlap = BRectHorizontalOverlap(viewBounds, float overlap = BRectHorizontalOverlap(viewBounds,
destinationBitmapBounds); destinationBitmapBounds);
destinationBitmapBounds.Set(-overlap, 0, destinationBitmapBounds.Set(-overlap, 0,