VirtualBox

Changeset 90629 in vbox


Ignore:
Timestamp:
Aug 11, 2021 1:44:50 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
146241
Message:

add/x11/VBoxClient: hanging intdentation fixes. bugref:10028

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/VBoxClient/display-svga-x11.cpp

    r90624 r90629  
    558558            {
    559559                VBClLogInfo("queryMonitorPositions: skip monitor %d (id %d) (w,h)=(%d,%d) (x,y)=(%d,%d)\n",
    560                         i, iMonitorID,
    561                         pMonitorInfo[i].width, pMonitorInfo[i].height,
    562                         pMonitorInfo[i].x, pMonitorInfo[i].y);
     560                            i, iMonitorID,
     561                            pMonitorInfo[i].width, pMonitorInfo[i].height,
     562                            pMonitorInfo[i].x, pMonitorInfo[i].y);
    563563                continue;
    564564            }
     
    11251125    {
    11261126        VBClLogError("Resizing frame buffer to %d %d has failed, current mode %d %d\n",
    1127             iXRes, iYRes, newSize.width, newSize.height);
     1127                     iXRes, iYRes, newSize.width, newSize.height);
    11281128        return false;
    11291129    }
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette