From 2d509ca6ca81a9691673739024f089639cd94f39 Mon Sep 17 00:00:00 2001 From: Joshua Sled Date: Sun, 7 May 2006 20:22:54 +0000 Subject: [PATCH] indentation. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13941 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/engine/test/test-query.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/engine/test/test-query.c b/src/engine/test/test-query.c index 6732eff60f..de5f95c4c8 100644 --- a/src/engine/test/test-query.c +++ b/src/engine/test/test-query.c @@ -88,21 +88,21 @@ main (int argc, char **argv) { 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; }