[Gnucash-changes] r13393 - gnucash/trunk/src/engine - consistent whitespace.

Joshua Sled jsled at cvs.gnucash.org
Sun Feb 26 10:18:55 EST 2006


Author: jsled
Date: 2006-02-26 10:18:55 -0500 (Sun, 26 Feb 2006)
New Revision: 13393
Trac: http://svn.gnucash.org/trac/changeset/13393

Modified:
   gnucash/trunk/src/engine/SX-book.h
Log:
consistent whitespace.


Modified: gnucash/trunk/src/engine/SX-book.h
===================================================================
--- gnucash/trunk/src/engine/SX-book.h	2006-02-26 14:53:37 UTC (rev 13392)
+++ gnucash/trunk/src/engine/SX-book.h	2006-02-26 15:18:55 UTC (rev 13393)
@@ -45,16 +45,14 @@
 
 typedef struct xaccSchedXactionsDef SchedXactions;
 
-SchedXactions * gnc_collection_get_schedxaction_list( QofCollection *col);
-GList * gnc_collection_get_schedxactions( QofCollection *col);
-GList * gnc_book_get_schedxactions( QofBook *book );
+SchedXactions * gnc_collection_get_schedxaction_list(QofCollection *col);
+GList * gnc_collection_get_schedxactions(QofCollection *col);
+GList * gnc_book_get_schedxactions(QofBook *book);
 
-/** Returns the template group from the book.
- **/
-AccountGroup * gnc_book_get_template_group (QofBook *book);
-AccountGroup * gnc_collection_get_template_group( QofCollection *col );
+/** Returns the template group from the book. **/
+AccountGroup * gnc_book_get_template_group(QofBook *book);
+AccountGroup * gnc_collection_get_template_group(QofCollection *col);
 
-
 #endif /* GNC_SX_BOOK_H */
 /** @} */
 /** @} */



More information about the gnucash-changes mailing list