pspp-cvs
[Top][All Lists]
Advanced

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

[Pspp-cvs] pspp/src/output manager.c


From: Ben Pfaff
Subject: [Pspp-cvs] pspp/src/output manager.c
Date: Sun, 14 May 2006 20:11:50 +0000

CVSROOT:        /cvsroot/pspp
Module name:    pspp
Branch:         
Changes by:     Ben Pfaff <address@hidden>      06/05/14 20:11:50

Modified files:
        src/output     : manager.c 

Log message:
        Fix style of "else" clause.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/pspp/src/output/manager.c.diff?tr1=1.7&tr2=1.8&r1=text&r2=text

Patches:
Index: pspp/src/output/manager.c
diff -u pspp/src/output/manager.c:1.7 pspp/src/output/manager.c:1.8
--- pspp/src/output/manager.c:1.7       Sun May 14 20:11:37 2006
+++ pspp/src/output/manager.c   Sun May 14 20:11:50 2006
@@ -279,7 +279,9 @@
            {
              assert (d->cp_y);
              outp_eject_page (d);
-           } else {
+           }
+          else
+            {
              t->class->title (x_index ? x_index : y_index,
                               x_index ? y_index : 0);
              t->class->render (x0, y0, x1, y1);




reply via email to

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