Fix indentation
This commit is contained in:
parent
ade9369c17
commit
36de6a045f
1 changed files with 5 additions and 5 deletions
10
src/print.c
10
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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue