Index: /trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMouseHandler.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMouseHandler.cpp	(revision 30409)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMouseHandler.cpp	(revision 30410)
@@ -207,5 +207,5 @@
      * This is necessary for having smooth resizing of the VM/other windows.
      * Disable mouse event compression if we enter the VM view.
-     * So all mouse events are registered in the VM.
+     * So all mouse events are registered in the VM. */
     ::darwinSetMouseCoalescingEnabled(fOn);
 }
Index: /trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMouseHandler.h
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMouseHandler.h	(revision 30409)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMouseHandler.h	(revision 30410)
@@ -66,5 +66,5 @@
      * This is necessary for having smooth resizing of the VM/other windows.
      * Disable mouse event compression if we enter the VM view.
-     * So all mouse events are registered in the VM.
+     * So all mouse events are registered in the VM. */
     void setMouseCoalescingEnabled(bool fOn);
 #endif /* Q_WS_MAC */
