ShowImage: Fixes wrong indentation.

This commit is contained in:
Janus
2015-04-21 08:48:25 +00:00
parent e62a697349
commit 005198d913
+1 -1
View File
@@ -1524,7 +1524,7 @@ ShowImageWindow::_SaveWidthAndHeight()
BRect bounds = fImageView->Bitmap()->Bounds();
int32 width, height;
width = bounds.IntegerWidth() + 1;
width = bounds.IntegerWidth() + 1;
height = bounds.IntegerHeight() + 1;
BFile file(&fNavigator.CurrentRef(), B_WRITE_ONLY);