r16377 - gnucash/trunk/src/backend/file - whitespace: s/tab/space/

Josh Sled jsled at cvs.gnucash.org
Thu Aug 2 19:41:16 EDT 2007


Author: jsled
Date: 2007-08-02 19:41:14 -0400 (Thu, 02 Aug 2007)
New Revision: 16377
Trac: http://svn.gnucash.org/trac/changeset/16377

Modified:
   gnucash/trunk/src/backend/file/sixtp.c
Log:
whitespace: s/tab/space/

Modified: gnucash/trunk/src/backend/file/sixtp.c
===================================================================
--- gnucash/trunk/src/backend/file/sixtp.c	2007-08-01 02:05:29 UTC (rev 16376)
+++ gnucash/trunk/src/backend/file/sixtp.c	2007-08-02 23:41:14 UTC (rev 16377)
@@ -712,8 +712,8 @@
     {
         if(parse_result)
             *parse_result = NULL;
-	if (g_slist_length(ctxt->data.stack) > 1)
-	  sixtp_handle_catastrophe(&ctxt->data);
+        if (g_slist_length(ctxt->data.stack) > 1)
+            sixtp_handle_catastrophe(&ctxt->data);
         sixtp_context_destroy(ctxt);
         return FALSE;
     }



More information about the gnucash-changes mailing list