Index: /trunk/src/VBox/HostDrivers/Support/SUPDrv.c
===================================================================
--- /trunk/src/VBox/HostDrivers/Support/SUPDrv.c	(revision 38890)
+++ /trunk/src/VBox/HostDrivers/Support/SUPDrv.c	(revision 38891)
@@ -974,6 +974,6 @@
      * We check the two prereqs after doing this only to allow the compiler to optimize things better.
      */
-    if (RT_LIKELY(   RT_VALID_PTR(pSession) 
-                  && pSession->pVM 
+    if (RT_LIKELY(   RT_VALID_PTR(pSession)
+                  && pSession->pVM
                   && pDevExt->pfnVMMR0EntryFast))
     {
