summaryrefslogtreecommitdiff
path: root/src/VBox/Devices/BiosCommonCode
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2015-08-14 15:16:38 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2015-08-14 15:16:38 +0000
commit81e0852ba8d74d35038259623d3a8e7a14f8b631 (patch)
tree45a417a4523692b55da7729adbf52a59455101e1 /src/VBox/Devices/BiosCommonCode
parent6e586ece28b35562995e8e98e59ebd606abf3f64 (diff)
downloadVirtualBox-svn-81e0852ba8d74d35038259623d3a8e7a14f8b631.tar.gz
*: scm cleanup run.
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@57358 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/Devices/BiosCommonCode')
-rw-r--r--src/VBox/Devices/BiosCommonCode/MakeAlternativeSource.cpp18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/VBox/Devices/BiosCommonCode/MakeAlternativeSource.cpp b/src/VBox/Devices/BiosCommonCode/MakeAlternativeSource.cpp
index f249d731209..ab4d8086ee6 100644
--- a/src/VBox/Devices/BiosCommonCode/MakeAlternativeSource.cpp
+++ b/src/VBox/Devices/BiosCommonCode/MakeAlternativeSource.cpp
@@ -16,9 +16,9 @@
*/
-/*******************************************************************************
-* Header Files *
-*******************************************************************************/
+/*********************************************************************************************************************************
+* Header Files *
+*********************************************************************************************************************************/
#include <iprt/asm.h>
#include <iprt/buildconfig.h>
#include <iprt/ctype.h>
@@ -36,9 +36,9 @@
#include <VBox/dis.h>
-/*******************************************************************************
-* Structures and Typedefs *
-*******************************************************************************/
+/*********************************************************************************************************************************
+* Structures and Typedefs *
+*********************************************************************************************************************************/
/**
* A BIOS segment.
*/
@@ -92,9 +92,9 @@ typedef struct BIOSMAP
typedef BIOSMAP *PBIOSMAP;
-/*******************************************************************************
-* Global Variables *
-*******************************************************************************/
+/*********************************************************************************************************************************
+* Global Variables *
+*********************************************************************************************************************************/
/** The verbosity level.*/
static unsigned g_cVerbose = 1 /*0*/;
/** Pointer to the BIOS image. */