From 368ebbe0960b640a30ac46a365e7b8452a26c659 Mon Sep 17 00:00:00 2001 From: Joshua Sled Date: Sun, 26 Feb 2006 19:44:09 +0000 Subject: [PATCH] formatting git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13398 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/engine/SchedXaction.c | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/engine/SchedXaction.c b/src/engine/SchedXaction.c index c1c0d36fbb..dba01ff065 100644 --- a/src/engine/SchedXaction.c +++ b/src/engine/SchedXaction.c @@ -27,11 +27,16 @@ #include #include +#include "qof.h" + #include "FreqSpec.h" +#include "Account.h" +#include "gnc-book.h" #include "Group.h" #include "GroupP.h" #include "SX-book.h" #include "SX-ttinfo.h" +#include "SchedXaction.h" #include "SchedXactionP.h" #include "Transaction.h" #include "gnc-engine.h" @@ -43,7 +48,7 @@ static QofLogModule log_module = GNC_MOD_SX; void sxprivtransactionListMapDelete( gpointer data, gpointer user_data ); static void -xaccSchedXactionInit( SchedXaction *sx, QofBook *book) +xaccSchedXactionInit(SchedXaction *sx, QofBook *book) { AccountGroup *ag; @@ -740,7 +745,8 @@ static QofObject SXDesc = version_cmp : (int (*)(gpointer, gpointer)) qof_instance_version_cmp, }; -gboolean SXRegister (void) +gboolean +SXRegister(void) { static QofParam params[] = { { GNC_SX_FREQ_SPEC, QOF_ID_FREQSPEC, (QofAccessFunc)xaccSchedXactionGetFreqSpec,