* automatic whitespace cleanup

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27425 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Karsten Heimrich
2008-09-11 22:52:44 +00:00
parent 53e8a878e6
commit dc68795074
+1 -2
View File
@@ -8,7 +8,6 @@
* This file may be used under the terms of the Be Sample Code License. * This file may be used under the terms of the Be Sample Code License.
*/ */
#include "Magnify.h" #include "Magnify.h"
#include <Alert.h> #include <Alert.h>
@@ -1773,7 +1772,7 @@ TOSMagnify::TOSMagnify(BRect r, TMagnify* parent, color_space space)
fBytesPerPixel = 1; fBytesPerPixel = 1;
break; break;
case B_RGB15: case B_RGB15:
case B_RGBA15: case B_RGBA15:
case B_RGB15_BIG: case B_RGB15_BIG:
case B_RGBA15_BIG: case B_RGBA15_BIG:
case B_RGB16: case B_RGB16: