Mercurial > emacs
changeset 112015:fa60617e20c1
Fix indentation
author | Andreas Schwab <schwab@linux-m68k.org> |
---|---|
date | Fri, 24 Dec 2010 10:25:18 +0100 |
parents | df9847719afa |
children | dd7d92a355c6 |
files | src/print.c |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/src/print.c Thu Dec 23 22:24:24 2010 +0000 +++ b/src/print.c Fri Dec 24 10:25:18 2010 +0100 @@ -1813,11 +1813,11 @@ { 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; + } } }