Skip to content

Commit

Permalink
Re-indentation of source code, next batch.
Browse files Browse the repository at this point in the history
This also strips trailing whitespaces from lines where they existed.
This re-indentation was done using astyle-1.24 using the following options:

astyle --indent=spaces=4 --brackets=break --pad-oper --pad-header --suffix=none

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18746 57a11ea4-9604-0410-9ed3-97b8803252fd
  • Loading branch information
cstim committed Feb 27, 2010
1 parent a3ca714 commit 59f780f
Show file tree
Hide file tree
Showing 50 changed files with 16,836 additions and 15,809 deletions.
419 changes: 215 additions & 204 deletions src/gnome/dialog-chart-export.c

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions src/gnome/dialog-chart-export.h
Expand Up @@ -22,7 +22,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
* 02110-1301, USA.
*/

#ifndef _DIALOG_CHART_EXPORT_H
#define _DIALOG_CHART_EXPORT_H

Expand All @@ -33,7 +33,7 @@
Remember to use qof_instance_copy routines
like ::qof_instance_copy_to_session so that the QofBook is marked
as \a partial.
as \a partial.
\par guidelines Guidelines for partial book export
-# When exporting GnuCash accounts into QSF, remember that there is no
Expand All @@ -45,7 +45,7 @@ as \a partial.
-# Remember that just because the function does not use books or AccountGroup
itself, it does \b not follow that other functions called by the routine
are also suitable. You may have to reimplement the body of certain functions.
-# Commodities are \b not supported. Most Account functions will use the
-# Commodities are \b not supported. Most Account functions will use the
commodity of the account, so be sure to set at least the ::gnc_default_currency().
@{
Expand All @@ -60,7 +60,7 @@ as \a partial.
Write out the Chart of Accounts \b with balances as of a
specific date, as QSF.
The function iterates over each account in the current book and
The function iterates over each account in the current book and
gets the balance as of the specified date. The account is copied to
the export session, setting the export session book as partial.
The function then looks up the new entity in the export session
Expand Down

0 comments on commit 59f780f

Please sign in to comment.