aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman2005-06-08 15:18:49 +0000
committerRichard M. Stallman2005-06-08 15:18:49 +0000
commit9d138659971d8f027fe1e203e23b885f00cb8c25 (patch)
treef028a914993ff6f1f3b1fd2390ac3e2f5a087401 /src
parent01836ccef042bfc40a71bb6a6cec44556ad0c34e (diff)
downloademacs-9d138659971d8f027fe1e203e23b885f00cb8c25.tar.gz
emacs-9d138659971d8f027fe1e203e23b885f00cb8c25.zip
Clean up whitespace.
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index a4af619fafd..77663a0ba61 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -1522,7 +1522,7 @@ command_loop_1 ()
1522 1522
1523 Vthis_command = Qnil; 1523 Vthis_command = Qnil;
1524 real_this_command = Qnil; 1524 real_this_command = Qnil;
1525 Vthis_original_command=Qnil; 1525 Vthis_original_command = Qnil;
1526 1526
1527 /* Read next key sequence; i gets its length. */ 1527 /* Read next key sequence; i gets its length. */
1528 i = read_key_sequence (keybuf, sizeof keybuf / sizeof keybuf[0], 1528 i = read_key_sequence (keybuf, sizeof keybuf / sizeof keybuf[0],