Index: /trunk/src/VBox/Runtime/common/dvm/dvmmbr.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/dvm/dvmmbr.cpp	(revision 37022)
+++ /trunk/src/VBox/Runtime/common/dvm/dvmmbr.cpp	(revision 37023)
@@ -25,4 +25,8 @@
  */
 
+
+/*******************************************************************************
+*   Header Files                                                               *
+*******************************************************************************/
 #include <iprt/types.h>
 #include <iprt/assert.h>
@@ -31,4 +35,5 @@
 #include <iprt/string.h>
 #include "internal/dvm.h"
+
 
 /*******************************************************************************
@@ -91,17 +96,17 @@
 static const RTDVMMBRFS2VOLTYPE g_aFs2DvmVolTypes[] =
 {
-    {0x06, RTDVMVOLTYPE_FAT16},
-    {0x07, RTDVMVOLTYPE_NTFS}, /* Used for exFAT too but NTFS is more common. */
-    {0x0b, RTDVMVOLTYPE_FAT32},
-    {0x0c, RTDVMVOLTYPE_FAT32},
-    {0x82, RTDVMVOLTYPE_LINUX_SWAP},
-    {0x83, RTDVMVOLTYPE_LINUX_NATIVE},
-    {0x8e, RTDVMVOLTYPE_LINUX_LVM},
-    {0xa5, RTDVMVOLTYPE_FREEBSD},
-    {0xa9, RTDVMVOLTYPE_NETBSD},
-    {0xa6, RTDVMVOLTYPE_OPENBSD},
-    {0xaf, RTDVMVOLTYPE_MAC_OSX_HFS},
-    {0xbf, RTDVMVOLTYPE_SOLARIS},
-    {0xfd, RTDVMVOLTYPE_LINUX_SOFTRAID}
+    { 0x06, RTDVMVOLTYPE_FAT16 },
+    { 0x07, RTDVMVOLTYPE_NTFS }, /* Simplification: Used for HPFS, exFAT, ++, too but NTFS is the more common one. */
+    { 0x0b, RTDVMVOLTYPE_FAT32 },
+    { 0x0c, RTDVMVOLTYPE_FAT32 },
+    { 0x82, RTDVMVOLTYPE_LINUX_SWAP },
+    { 0x83, RTDVMVOLTYPE_LINUX_NATIVE },
+    { 0x8e, RTDVMVOLTYPE_LINUX_LVM },
+    { 0xa5, RTDVMVOLTYPE_FREEBSD },
+    { 0xa9, RTDVMVOLTYPE_NETBSD },
+    { 0xa6, RTDVMVOLTYPE_OPENBSD },
+    { 0xaf, RTDVMVOLTYPE_MAC_OSX_HFS },
+    { 0xbf, RTDVMVOLTYPE_SOLARIS },
+    { 0xfd, RTDVMVOLTYPE_LINUX_SOFTRAID }
 };
 
@@ -360,5 +365,5 @@
 }
 
-RTDVMFMTOPS g_DvmFmtMbr = 
+RTDVMFMTOPS g_DvmFmtMbr =
 {
     /* pcszFmt */
