Index: /trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/server_presenter.cpp
===================================================================
--- /trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/server_presenter.cpp	(revision 78105)
+++ /trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/server_presenter.cpp	(revision 78106)
@@ -147,5 +147,5 @@
 {
     uint32_t cbBuff;
-    
+
     if (width == 0 || height == 0)
     {
@@ -153,5 +153,5 @@
         return -1;
     }
-    
+
     cbBuff = width * height * 4;
     // Check if overflow happened
@@ -161,5 +161,5 @@
         return -1;
     }
-    
+
     if (offVRAM >= g_cbVRam
             || UINT32_MAX - cbBuff <= offVRAM
