Skip to content

Commit

Permalink
Various whitespace, line-wrap, and comment changes.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14611 57a11ea4-9604-0410-9ed3-97b8803252fd
  • Loading branch information
spot committed Aug 8, 2006
1 parent 7ca685e commit 63f60a3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/backend/file/test/test-xml-account.c
Expand Up @@ -370,5 +370,5 @@ main (int argc, char ** argv)
qof_session_destroy(session);
print_test_results();
qof_close();
return 0;
return 0;
}
1 change: 1 addition & 0 deletions src/engine/Transaction.h
Expand Up @@ -92,6 +92,7 @@ Splits plus the value of all of its sub-Accounts.
#include "gnc-engine.h"
#include "Split.h"

/* FIXME: These macros are not consistent with the type name */
#define GNC_IS_TRANS(obj) (QOF_CHECK_TYPE((obj), GNC_ID_TRANS))
#define GNC_TRANS(obj) (QOF_CHECK_CAST((obj), GNC_ID_TRANS, Transaction))

Expand Down
12 changes: 6 additions & 6 deletions src/gnome-utils/gnc-file.c
Expand Up @@ -205,12 +205,12 @@ show_session_error (QofBackendError io_error,
case ERR_BACKEND_NO_ERR:
uh_oh = FALSE;
break;
case ERR_BACKEND_NO_HANDLER: {
fmt = _("No suitable backend was found for %s.");
gnc_error_dialog(parent, fmt, newfile);
break;
}

case ERR_BACKEND_NO_HANDLER:
fmt = _("No suitable backend was found for %s.");
gnc_error_dialog(parent, fmt, newfile);
break;

case ERR_BACKEND_NO_BACKEND:
fmt = _("The URL %s is not supported by this version of GnuCash.");
gnc_error_dialog (parent, fmt, newfile);
Expand Down
3 changes: 2 additions & 1 deletion src/gnome-utils/gnc-tree-model-account.h
Expand Up @@ -122,7 +122,8 @@ GType gnc_tree_model_account_get_type (void);

/** Create a new GtkTreeModel for manipulating gnucash accounts.
*
* @param group The account group to put at the top level of the tree hierarchy. */
* @param group The account group to put at the top level of the tree
* hierarchy. */
GtkTreeModel *gnc_tree_model_account_new (AccountGroup *group);
/** @} */

Expand Down

0 comments on commit 63f60a3

Please sign in to comment.