diff src/macros.c @ 14100:0950fefc4bd1

(Fexecute_kbd_macro): Reindent properly.
author Erik Naggum <erik@naggum.no>
date Tue, 09 Jan 1996 03:58:16 +0000
parents e5e4fe8e968f
children ee40177f6c68
line wrap: on
line diff
--- a/src/macros.c	Tue Jan 09 03:16:51 1996 +0000
+++ b/src/macros.c	Tue Jan 09 03:58:16 1996 +0000
@@ -212,10 +212,11 @@
   int repeat = 1;
   struct gcpro gcpro1;
 
-  if (!NILP (count)) {
-    count = Fprefix_numeric_value (count);
-    repeat = XINT (count);
-  }
+  if (!NILP (count))
+    {
+      count = Fprefix_numeric_value (count);
+      repeat = XINT (count);
+    }
 
   final = indirect_function (macro);
   if (!STRINGP (final) && !VECTORP (final))