VirtualBox

Changeset 73120 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Jul 13, 2018 1:22:09 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
123702
Message:

log.cpp: indent.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/log/log.cpp

    r73097 r73120  
    26952695                 && (   (pLogger->afGroups[iGroup < pLogger->cGroups ? iGroup : 0] & (fFlags | (uint32_t)RTLOGGRPFLAGS_ENABLED))
    26962696                     != (fFlags | (uint32_t)RTLOGGRPFLAGS_ENABLED)))
    2697             pLogger = NULL;
     2697                pLogger = NULL;
    26982698        }
    26992699    }
     
    27512751                 && (   (pLogger->afGroups[iGroup < pLogger->cGroups ? iGroup : 0] & (fFlags | RTLOGGRPFLAGS_ENABLED))
    27522752                     != (fFlags | RTLOGGRPFLAGS_ENABLED)))
    2753             pLogger = NULL;
     2753                pLogger = NULL;
    27542754        }
    27552755    }
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