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/rand
Files:
3 edited

Legend:

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

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <iprt/rand.h>
    3232#include "internal/iprt.h"
     
    4343
    4444
    45 /*******************************************************************************
    46 *   Global Variables                                                           *
    47 *******************************************************************************/
     45/*********************************************************************************************************************************
     46*   Global Variables                                                                                                             *
     47*********************************************************************************************************************************/
    4848/** For lazily initializing of the random generator. */
    4949static RTONCE g_rtRandOnce = RTONCE_INITIALIZER;
  • trunk/src/VBox/Runtime/common/rand/randadv.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <iprt/rand.h>
    3232#include "internal/iprt.h"
  • trunk/src/VBox/Runtime/common/rand/randparkmiller.cpp

    r56290 r57358  
    2525 */
    2626
    27 /*******************************************************************************
    28 *   Header Files                                                               *
    29 *******************************************************************************/
     27
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3031#include <iprt/rand.h>
    3132#include "internal/iprt.h"
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