From 36de6a045f3c3de316e2703aecee2861ede70cb4 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Fri, 24 Dec 2010 10:25:18 +0100 Subject: [PATCH] Fix indentation --- src/print.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/print.c b/src/print.c index 07faa46dfa6..3f89b407e7c 100644 --- a/src/print.c +++ b/src/print.c @@ -1813,11 +1813,11 @@ print_object (Lisp_Object obj, register Lisp_Object printcharfun, int escapeflag { Lisp_Object num = Fgethash (obj, Vprint_number_table, Qnil); if (INTEGERP (num)) - { - strout (" . ", 3, 3, printcharfun, 0); - print_object (obj, printcharfun, escapeflag); - goto end_of_list; - } + { + strout (" . ", 3, 3, printcharfun, 0); + print_object (obj, printcharfun, escapeflag); + goto end_of_list; + } } } -- 2.39.5