Index: /trunk/src/VBox/Runtime/r0drv/solaris/vbi/i86pc/os/vbi.c
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/solaris/vbi/i86pc/os/vbi.c	(revision 30377)
+++ /trunk/src/VBox/Runtime/r0drv/solaris/vbi/i86pc/os/vbi.c	(revision 30378)
@@ -218,5 +218,5 @@
 		 */
 		if (ncpus > VBI_NCPU) {
-		    cmn_err(CE_NOTE, "cpu count mismatch.\n");
+			cmn_err(CE_NOTE, "cpu count mismatch.\n");
 			return (EINVAL);
 		}
@@ -227,5 +227,5 @@
 		else if (max_cpuid + 1 != VBI_NCPU)
 		{
-		    cmn_err(CE_NOTE, "cpuset_t size mismatch. probably too old a kernel.\n");
+			cmn_err(CE_NOTE, "cpuset_t size mismatch. probably too old a kernel.\n");
 			return (EINVAL);	/* cpuset_t size mismatch */
 		}
@@ -282,5 +282,5 @@
 	}
 
-    vbi_is_initialized = 1;
+	vbi_is_initialized = 1;
 
 	return (0);
@@ -874,9 +874,9 @@
 	if (pgno != 0)
 	{
-	    do
-	    {
-	        pgno--;
-	        protv[pgno] = data->prot;
-	    } while (pgno != 0);
+		do
+		{
+			pgno--;
+			protv[pgno] = data->prot;
+		} while (pgno != 0);
 	}
 	return (0);
