comparison src/frame.c @ 96480:e67065cca18d

Fix whitespace.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 02 Jul 2008 01:50:44 +0000
parents 4b6d1b55f59c
children b90ccb2627a7
comparison
equal deleted inserted replaced
96479:2cfacee4e258 96480:e67065cca18d
3663 { 3663 {
3664 item = CAR (arg); 3664 item = CAR (arg);
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 {
3672 if (FLOATP (item)) 3672 if (FLOATP (item))
3673 { 3673 {