changeset 105914:7e842c6b6d18

Delete trailing whitespace.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 08 Nov 2009 15:42:32 +0000
parents 414b8a7a3334
children d1351c2f9b08
files src/keyboard.c
diffstat 1 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/keyboard.c	Sun Nov 08 15:06:50 2009 +0000
+++ b/src/keyboard.c	Sun Nov 08 15:42:32 2009 +0000
@@ -8068,7 +8068,6 @@
   if (inmenubar > 0)
     return 1;
 
-  
   /* If we only want to precompute equivalent key bindings (which we
      don't even do any more anyway), stop here.  */
   if (notreal)
@@ -8108,10 +8107,10 @@
 		    && !(SYMBOLP (def) && EQ (tem, XSYMBOL (def)->function))))
 	      keys = Qnil;
 	  }
-      
+
 	if (NILP (keys))
 	  keys = Fwhere_is_internal (def, Qnil, Qt, Qnil, Qnil);
-	  
+
 	if (!NILP (keys))
 	  {
 	    tem = Fkey_description (keys, Qnil);
@@ -8131,7 +8130,7 @@
 
     /* If we have an equivalent key binding, use that.  */
     ASET (item_properties, ITEM_PROPERTY_KEYEQ, keyeq);
-  }  
+  }
 
   /* Include this when menu help is implemented.
   tem = XVECTOR (item_properties)->contents[ITEM_PROPERTY_HELP];