]> source.dussan.org Git - tigervnc.git/commitdiff
Fix indentation.
authorPierre Ossman <ossman@cendio.se>
Wed, 17 Oct 2012 07:59:36 +0000 (07:59 +0000)
committerPierre Ossman <ossman@cendio.se>
Wed, 17 Oct 2012 07:59:36 +0000 (07:59 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@5005 3789f03b-4d11-0410-bbf8-ca57d06f2519

vncviewer/DesktopWindow.cxx

index 5cec60b99198159395352f78585052727a3b13a5..b00fc93c8ea50e6c9f1171fd9685db5fdae52fe0 100644 (file)
@@ -431,7 +431,7 @@ int DesktopWindow::fltkHandle(int event, Fl_Window *win)
         dw->grabKeyboard();
       break;
 
-      case FL_UNFOCUS:
+    case FL_UNFOCUS:
       // FIXME: We need to relinquish control when the entire window loses
       //        focus as it is very tied to this specific window on some
       //        platforms and we want to be able to open subwindows.