Whitespace change.
authorRichard M. Stallman <rms@gnu.org>
Mon, 6 Jul 1998 22:29:52 +0000 (22:29 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 6 Jul 1998 22:29:52 +0000 (22:29 +0000)
src/fns.c

index ae347c5..286891a 100644 (file)
--- a/src/fns.c
+++ b/src/fns.c
@@ -2003,7 +2003,7 @@ See also the documentation of make-char.")
      not yet defined, we check only if the character set is in the
      valid range or not, instead of it is already defined or not.  */
   if (! CHARSET_VALID_P (charset))
-       invalid_character (c);
+    invalid_character (c);
 
   if (charset == CHARSET_ASCII)
     return (XCHAR_TABLE (char_table)->defalt = value);