aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2008-07-02 01:50:44 +0000
committerJuanma Barranquero2008-07-02 01:50:44 +0000
commit1fd877d6ccad5e683abf3c06ccccd5dbc69e5bf9 (patch)
tree6413341a396ef05caed5565f2988bf6a6c75335c
parent68548459a1133b1542638033ec4d9d144efb1379 (diff)
downloademacs-1fd877d6ccad5e683abf3c06ccccd5dbc69e5bf9.tar.gz
emacs-1fd877d6ccad5e683abf3c06ccccd5dbc69e5bf9.zip
Fix whitespace.
-rw-r--r--src/frame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frame.c b/src/frame.c
index a7f22fad6a9..ba7e396ea43 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -3665,7 +3665,7 @@ x_set_alpha (f, arg, oldval)
3665 arg = CDR (arg); 3665 arg = CDR (arg);
3666 } 3666 }
3667 else 3667 else
3668 item=arg; 3668 item = arg;
3669 3669
3670 if (! NILP (item)) 3670 if (! NILP (item))
3671 { 3671 {