aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/font_utils.h
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2014-02-25 15:42:35 -0500
committerBill Meier <wmeier@newsguy.com>2014-02-25 20:46:49 +0000
commit11b5c15fdb815a2af400bfddef944dbac41a434a (patch)
treee7217ebcff4d4d9f7f95d0342b6776547e5537c3 /ui/gtk/font_utils.h
parentc55c57ad72acda8cbce2841bc237f966bad5ae5b (diff)
Remove trailing whitespace
Change-Id: I8116f63ff88687c8db3fd6e8e23b22ab2f759af0 Reviewed-on: https://code.wireshark.org/review/385 Reviewed-by: Bill Meier <wmeier@newsguy.com> Tested-by: Bill Meier <wmeier@newsguy.com>
Diffstat (limited to 'ui/gtk/font_utils.h')
-rw-r--r--ui/gtk/font_utils.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/gtk/font_utils.h b/ui/gtk/font_utils.h
index 47214da69b..0fc5fb4477 100644
--- a/ui/gtk/font_utils.h
+++ b/ui/gtk/font_utils.h
@@ -24,12 +24,12 @@
/** @file
- * Utilities for font manipulation.
+ * Utilities for font manipulation.
*
* There are two different fonts used:
* - the application font for menu's, dialog's and such
* - the user font for the packet panes
- *
+ *
* The user font is also available in regular (m_r_font) and bold (m_b_font) versions.
*/
@@ -46,7 +46,7 @@ typedef enum {
FA_FONT_NOT_AVAILABLE /**< the chosen font isn't available */
} fa_ret_t;
-/** Applies a new user font, corresponding to the preferences font name and recent zoom level.
+/** Applies a new user font, corresponding to the preferences font name and recent zoom level.
* Will also redraw the screen.
*
* @return if the new font could be set or not