[Gnucash-changes] remove old-fashioned block style

Linas Vepstas linas at cvs.gnucash.org
Fri Aug 27 17:47:00 EDT 2004


Log Message:
-----------
remove old-fashioned block style

Modified Files:
--------------
    gnucash/src/register/ledger-core:
        split-register-control.c

Revision Data
-------------
Index: split-register-control.c
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/src/register/ledger-core/split-register-control.c,v
retrieving revision 1.49
retrieving revision 1.50
diff -Lsrc/register/ledger-core/split-register-control.c -Lsrc/register/ledger-core/split-register-control.c -u -r1.49 -r1.50
--- src/register/ledger-core/split-register-control.c
+++ src/register/ledger-core/split-register-control.c
@@ -1354,7 +1354,6 @@
   }
  
   /* See if we are tabbing off the end of the very last line */
-  do
   {
     VirtualLocation virt_loc;
 
@@ -1385,7 +1384,7 @@
 
     return FALSE;
 
-  } while (FALSE);
+  }
 
   /* Now see if we are changing cursors. If not, we may be able to
    * auto-complete. */
@@ -1396,7 +1395,6 @@
   }
 
   /* See if we are tabbing off the end of a blank split */
-  do
   {
     VirtualLocation virt_loc;
     int old_virt_row;
@@ -1437,8 +1435,7 @@
 
     return FALSE;
 
-  } while (FALSE);
-
+  } 
 
   {
     int old_virt_row;


More information about the gnucash-changes mailing list