VirtualBox

Changeset 44406 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Jan 28, 2013 9:03:20 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
83380
Message:

Main/Snapshot: fix indentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/SnapshotImpl.cpp

    r44395 r44406  
    66
    77/*
    8  * Copyright (C) 2006-2012 Oracle Corporation
     8 * Copyright (C) 2006-2013 Oracle Corporation
    99 *
    1010 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    25062506        {/* see @bugref{4386} */
    25072507            /*check available place on the storage*/
    2508           RTFOFF pcbTotal = 0;
    2509           RTFOFF pcbFree = 0;
    2510           uint32_t pcbBlock = 0;
    2511           uint32_t pcbSector = 0;
    2512           std::multimap<uint32_t,uint64_t> neededStorageFreeSpace;
    2513           std::map<uint32_t,const char*> serialMapToStoragePath;
     2508            RTFOFF pcbTotal = 0;
     2509            RTFOFF pcbFree = 0;
     2510            uint32_t pcbBlock = 0;
     2511            uint32_t pcbSector = 0;
     2512            std::multimap<uint32_t,uint64_t> neededStorageFreeSpace;
     2513            std::map<uint32_t,const char*> serialMapToStoragePath;
    25142514
    25152515            MediumDeleteRecList::const_iterator it_md = toDelete.begin();
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