Index: /trunk/src/VBox/Additions/x11/VBoxClient/display-svga.cpp
===================================================================
--- /trunk/src/VBox/Additions/x11/VBoxClient/display-svga.cpp	(revision 82707)
+++ /trunk/src/VBox/Additions/x11/VBoxClient/display-svga.cpp	(revision 82708)
@@ -96,5 +96,4 @@
 };
 
-
 static void drmConnect(struct DRMCONTEXT *pContext)
 {
@@ -200,5 +199,4 @@
     if (RT_FAILURE(rc))
         VBClLogFatalError("Failed to register resizing support, rc=%Rrc\n", rc);
-
     for (;;)
     {
@@ -206,5 +204,4 @@
         struct VMMDevDisplayDef aDisplays[VMW_MAX_HEADS];
         uint32_t cDisplaysOut;
-
         /* Query the first size without waiting.  This lets us e.g. pick up
          * the last event before a guest reboot when we start again after. */
@@ -237,5 +234,5 @@
                 }
             }
-            /* Create an dense (consisting of enable monitors only) array to pass to DRM. */
+            /* Create an dense (consisting of enabled monitors only) array to pass to DRM. */
             cEnabledMonitors = 0;
             struct DRMVMWRECT aEnabledMonitors[VMW_MAX_HEADS];
