VirtualBox

Changeset 94850 in vbox for trunk


Ignore:
Timestamp:
May 5, 2022 1:46:36 PM (3 years ago)
Author:
vboxsync
Message:

VMM/CFGM: Added missing newline in previous change (r150812).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/CFGM.cpp

    r94479 r94850  
    33633363                    || (   pLeaf->cchName >= 2
    33643364                        && !RTStrNCmp(pLeaf->szName, "cb", 2)) )
    3365                     pHlp->pfnPrintf(pHlp, ", %' Rhcb)", pLeaf->Value.Integer.u64);
     3365                    pHlp->pfnPrintf(pHlp, ", %' Rhcb)\n", pLeaf->Value.Integer.u64);
    33663366                else
    33673367                    pHlp->pfnPrintf(pHlp, ")\n");
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