VirtualBox

Ignore:
Timestamp:
Aug 14, 2015 3:16:38 PM (9 years ago)
Author:
vboxsync
Message:

*: scm cleanup run.

Location:
trunk/src/VBox/Runtime/common/dvm
Files:
5 edited

Legend:

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

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <iprt/types.h>
    3232#include <iprt/assert.h>
     
    3939#include "internal/dvm.h"
    4040
    41 /*******************************************************************************
    42 *   Structures and Typedefs                                                    *
    43 *******************************************************************************/
     41
     42/*********************************************************************************************************************************
     43*   Structures and Typedefs                                                                                                      *
     44*********************************************************************************************************************************/
    4445
    4546/**
     
    8990typedef RTDVMVOLUMEINTERNAL *PRTDVMVOLUMEINTERNAL;
    9091
    91 /*******************************************************************************
    92 *  Global variables                                                            *
    93 *******************************************************************************/
     92
     93/*********************************************************************************************************************************
     94*   Global variables                                                                                                             *
     95*********************************************************************************************************************************/
    9496extern RTDVMFMTOPS g_rtDvmFmtMbr;
    9597extern RTDVMFMTOPS g_rtDvmFmtGpt;
  • trunk/src/VBox/Runtime/common/dvm/dvmbsdlabel.cpp

    r56290 r57358  
    3333#include "internal/dvm.h"
    3434
    35 /*******************************************************************************
    36 *   Structures and Typedefs                                                    *
    37 *******************************************************************************/
     35
     36/*********************************************************************************************************************************
     37*   Structures and Typedefs                                                                                                      *
     38*********************************************************************************************************************************/
    3839
    3940/*
  • trunk/src/VBox/Runtime/common/dvm/dvmgpt.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <iprt/types.h>
    3232#include <iprt/assert.h>
     
    3939
    4040
    41 /*******************************************************************************
    42 *   Structures and Typedefs                                                    *
    43 *******************************************************************************/
     41/*********************************************************************************************************************************
     42*   Structures and Typedefs                                                                                                      *
     43*********************************************************************************************************************************/
    4444/** The GPT signature. */
    4545#define RTDVM_GPT_SIGNATURE "EFI PART"
     
    188188
    189189
    190 /*******************************************************************************
    191 *   Global Variables                                                           *
    192 *******************************************************************************/
     190/*********************************************************************************************************************************
     191*   Global Variables                                                                                                             *
     192*********************************************************************************************************************************/
    193193/**
    194194 * Mapping of partition types to DVM volume types.
  • trunk/src/VBox/Runtime/common/dvm/dvmmbr.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <iprt/types.h>
    3232#include <iprt/assert.h>
     
    3737
    3838
    39 /*******************************************************************************
    40 *   Structures and Typedefs                                                    *
    41 *******************************************************************************/
     39/*********************************************************************************************************************************
     40*   Structures and Typedefs                                                                                                      *
     41*********************************************************************************************************************************/
    4242
    4343/**
     
    9090
    9191
    92 /*******************************************************************************
    93 *   Global Variables                                                           *
    94 *******************************************************************************/
     92/*********************************************************************************************************************************
     93*   Global Variables                                                                                                             *
     94*********************************************************************************************************************************/
    9595/**
    9696 * Mapping of FS types to DVM volume types.
  • trunk/src/VBox/Runtime/common/dvm/dvmvfs.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <iprt/types.h>
    3232#include <iprt/assert.h>
     
    4242#include "internal/dvm.h"
    4343
    44 /*******************************************************************************
    45 *   Structures and Typedefs                                                    *
    46 *******************************************************************************/
     44
     45/*********************************************************************************************************************************
     46*   Structures and Typedefs                                                                                                      *
     47*********************************************************************************************************************************/
    4748
    4849/**
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