vnc: Code cleanup
diff --git a/src/InputDevice.cpp b/src/InputDevice.cpp
index 3d4776e..a4b6d7c 100644
--- a/src/InputDevice.cpp
+++ b/src/InputDevice.cpp
@@ -247,7 +247,7 @@
         inject(EV_ABS, ABS_Y, y);
         inject(EV_SYN, SYN_REPORT, 0);
 
-    } else if (buttonMask & 1) { // left btn clicked
+    } else if (buttonMask & 1) {  // left btn clicked
         mLeftClicked = true;
 
         inject(EV_ABS, ABS_X, x);