Fix two space to tab indents.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33504 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -145,7 +145,7 @@ main(int argc, char** argv)
|
|||||||
|
|
||||||
screen_mode newMode = currentMode;
|
screen_mode newMode = currentMode;
|
||||||
|
|
||||||
if (listModes) {
|
if (listModes) {
|
||||||
const int modeCount = screenMode.CountModes();
|
const int modeCount = screenMode.CountModes();
|
||||||
printf("Available screen modes :\n");
|
printf("Available screen modes :\n");
|
||||||
|
|
||||||
@@ -157,7 +157,7 @@ main(int argc, char** argv)
|
|||||||
currentMode.BitsPerPixel(), currentMode.refresh);
|
currentMode.BitsPerPixel(), currentMode.refresh);
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
} else if (fallbackMode) {
|
} else if (fallbackMode) {
|
||||||
if (currentMode.width == 800 && currentMode.height == 600) {
|
if (currentMode.width == 800 && currentMode.height == 600) {
|
||||||
newMode.width = 640;
|
newMode.width = 640;
|
||||||
newMode.height = 480;
|
newMode.height = 480;
|
||||||
|
|||||||
Reference in New Issue
Block a user