r19727 - gnucash/trunk/src/backend/sql - Some whitespace cleanups

Geert Janssens gjanssens at code.gnucash.org
Fri Oct 29 04:32:07 EDT 2010


Author: gjanssens
Date: 2010-10-29 04:32:07 -0400 (Fri, 29 Oct 2010)
New Revision: 19727
Trac: http://svn.gnucash.org/trac/changeset/19727

Modified:
   gnucash/trunk/src/backend/sql/gnc-backend-sql.c
Log:
Some whitespace cleanups

Modified: gnucash/trunk/src/backend/sql/gnc-backend-sql.c
===================================================================
--- gnucash/trunk/src/backend/sql/gnc-backend-sql.c	2010-10-29 04:20:17 UTC (rev 19726)
+++ gnucash/trunk/src/backend/sql/gnc-backend-sql.c	2010-10-29 08:32:07 UTC (rev 19727)
@@ -521,15 +521,15 @@
     }
     if ( is_ok ) 
     {
-	(void)gnc_sql_connection_commit_transaction( be->conn );
-	be->is_pristine_db = FALSE;
+        (void)gnc_sql_connection_commit_transaction( be->conn );
+        be->is_pristine_db = FALSE;
 
-	// Mark the book as clean
-	qof_book_mark_saved( book );
+        // Mark the book as clean
+        qof_book_mark_saved( book );
     }
     else
     {
-	gnc_sql_connection_rollback_transaction( be->conn );
+        gnc_sql_connection_rollback_transaction( be->conn );
     }
     LEAVE( "book=%p", book );
 }
@@ -1030,8 +1030,8 @@
     be->in_query = FALSE;
     qof_event_resume();
 //    if( be_data.is_ok ) {
-//		LEAVE( "" );
-//       	return;
+//        LEAVE( "" );
+//        return;
 //    }
 
     // Mark the book as clean



More information about the gnucash-changes mailing list