[Gnucash-changes] r13941 - gnucash/trunk/src/engine/test - indentation.

Joshua Sled jsled at cvs.gnucash.org
Sun May 7 16:22:55 EDT 2006


Author: jsled
Date: 2006-05-07 16:22:54 -0400 (Sun, 07 May 2006)
New Revision: 13941
Trac: http://svn.gnucash.org/trac/changeset/13941

Modified:
   gnucash/trunk/src/engine/test/test-query.c
Log:
indentation.


Modified: gnucash/trunk/src/engine/test/test-query.c
===================================================================
--- gnucash/trunk/src/engine/test/test-query.c	2006-05-07 20:12:08 UTC (rev 13940)
+++ gnucash/trunk/src/engine/test/test-query.c	2006-05-07 20:22:54 UTC (rev 13941)
@@ -88,21 +88,21 @@
 {
   int i;
 
-	qof_init();
+  qof_init();
   g_log_set_always_fatal( G_LOG_LEVEL_CRITICAL | G_LOG_LEVEL_WARNING );
 
   xaccLogDisable ();
 
   /* Always start from the same random seed so we fail consistently */
   srand(0);
-	if(cashobjects_register()) {
-  /* Loop the test. */
-  for (i=0; i < 10; i++)
-		{
-    run_test ();
-		}
-	}
+  if(cashobjects_register()) {
+    /* Loop the test. */
+    for (i=0; i < 10; i++)
+    {
+      run_test ();
+    }
+  }
   success("queries seem to work");
-	qof_close();
+  qof_close();
   return 0;
 }



More information about the gnucash-changes mailing list