Removed unnecessary method ViewerToolBar::processWM_COMMAND().
Removed unnecessary space symbol in the expression.


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@373 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/vncviewer/ViewerToolBar.cxx b/vncviewer/ViewerToolBar.cxx
index fd60daf..865de93 100644
--- a/vncviewer/ViewerToolBar.cxx
+++ b/vncviewer/ViewerToolBar.cxx
@@ -39,7 +39,7 @@
   addButton(6, ID_CTRL_KEY);
   addButton(7, ID_ALT_KEY);
   addButton(0, 0, TBSTATE_ENABLED, TBSTYLE_SEP);
-  addButton(8, ID_FILE_TRANSFER );
+  addButton(8, ID_FILE_TRANSFER);
   addButton(0, 0, TBSTATE_ENABLED, TBSTYLE_SEP);
   addButton(9, ID_NEW_CONNECTION);
   addButton(10, ID_CONN_SAVE_AS);