changeset 14100:0950fefc4bd1

(Fexecute_kbd_macro): Reindent properly.
author Erik Naggum <erik@naggum.no>
date Tue, 09 Jan 1996 03:58:16 +0000
parents 6215cbb7f702
children ef1445ba2512
files src/macros.c
diffstat 1 files changed, 5 insertions(+), 4 deletions(-) [+]
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))