diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-01-31 00:32:55 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-01-31 00:33:28 +0800 |
commit | 0109aa3a92b484ebb85c6481e5a8e39819b1f011 (patch) | |
tree | e7837b0a50517fc160a7b4d6d47f5c78a5505523 /widgets/misc/e-printable.c | |
parent | f25d21294158625477c529a679fd2f27fffb562c (diff) | |
download | gsoc2013-evolution-0109aa3a92b484ebb85c6481e5a8e39819b1f011.tar.gz gsoc2013-evolution-0109aa3a92b484ebb85c6481e5a8e39819b1f011.tar.zst gsoc2013-evolution-0109aa3a92b484ebb85c6481e5a8e39819b1f011.zip |
More whitespace cleanup.
Diffstat (limited to 'widgets/misc/e-printable.c')
-rw-r--r-- | widgets/misc/e-printable.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/widgets/misc/e-printable.c b/widgets/misc/e-printable.c index 00bb57d13d..ba8be2669e 100644 --- a/widgets/misc/e-printable.c +++ b/widgets/misc/e-printable.c @@ -139,7 +139,7 @@ e_printable_print_page (EPrintable *e_printable, gboolean e_printable_data_left (EPrintable *e_printable) { - gboolean ret_val; + gboolean ret_val; g_return_val_if_fail (e_printable != NULL, FALSE); g_return_val_if_fail (E_IS_PRINTABLE (e_printable), FALSE); @@ -168,7 +168,7 @@ e_printable_height (EPrintable *e_printable, gdouble max_height, gboolean quantized) { - gdouble ret_val; + gdouble ret_val; g_return_val_if_fail (e_printable != NULL, -1); g_return_val_if_fail (E_IS_PRINTABLE (e_printable), -1); @@ -191,7 +191,7 @@ e_printable_will_fit (EPrintable *e_printable, gdouble max_height, gboolean quantized) { - gboolean ret_val; + gboolean ret_val; g_return_val_if_fail (e_printable != NULL, FALSE); g_return_val_if_fail (E_IS_PRINTABLE (e_printable), FALSE); |