summaryrefslogtreecommitdiff
path: root/src/VBox/Runtime/testcase/tstLdrDisasmTest.cpp
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/Runtime/testcase/tstLdrDisasmTest.cpp
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/Runtime/testcase/tstLdrDisasmTest.cpp')
-rw-r--r--src/VBox/Runtime/testcase/tstLdrDisasmTest.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/VBox/Runtime/testcase/tstLdrDisasmTest.cpp b/src/VBox/Runtime/testcase/tstLdrDisasmTest.cpp
index 7ab7f1eb603..ac27008b2c1 100644
--- a/src/VBox/Runtime/testcase/tstLdrDisasmTest.cpp
+++ b/src/VBox/Runtime/testcase/tstLdrDisasmTest.cpp
@@ -31,9 +31,9 @@
-/*******************************************************************************
-* Header Files *
-*******************************************************************************/
+/*********************************************************************************************************************************
+* Header Files *
+*********************************************************************************************************************************/
#include <VBox/dis.h>
#include <VBox/disopcode.h>
#include <iprt/string.h>
@@ -46,9 +46,9 @@ extern "C" DECLIMPORT(int) MyPrintf(const char *pszFormat, ...);
#endif
-/*******************************************************************************
-* Global Variables *
-*******************************************************************************/
+/*********************************************************************************************************************************
+* Global Variables *
+*********************************************************************************************************************************/
/* 32-bit code */
static const uint8_t g_ab32BitCode[] =