emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r102706: Fix indentation


From: Andreas Schwab
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102706: Fix indentation
Date: Fri, 24 Dec 2010 10:25:18 +0100
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 102706
committer: Andreas Schwab <address@hidden>
branch nick: emacs
timestamp: Fri 2010-12-24 10:25:18 +0100
message:
  Fix indentation
modified:
  src/print.c
=== modified file 'src/print.c'
--- a/src/print.c       2010-12-23 00:00:12 +0000
+++ b/src/print.c       2010-12-24 09:25:18 +0000
@@ -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;
+                         }
                      }
                  }
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]