VirtualBox

Changeset 14797 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Nov 28, 2008 5:40:21 PM (16 years ago)
Author:
vboxsync
Message:

Fixed style.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA.cpp

    r14796 r14797  
    43204320    if (src) {
    43214321        for (col = 0; col < num_cols; ++col) pHlp->pfnPrintf(pHlp, "-"); pHlp->pfnPrintf(pHlp, "\n");
    4322         for (row = 0; row < num_rows; ++row) {
    4323             for (col = 0; col < num_cols; ++col) {
     4322        for (row = 0; row < num_rows; ++row)
     4323        {
     4324            for (col = 0; col < num_cols; ++col)
     4325            {
    43244326                pHlp->pfnPrintf(pHlp, "%c", *src);
    43254327                src += 8;   /* chars are spaced 8 bytes apart */
Note: See TracChangeset for help on using the changeset viewer.

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