aboutsummaryrefslogtreecommitdiffstats
path: root/epan/prefs.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 /epan/prefs.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 'epan/prefs.h')
-rw-r--r--epan/prefs.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/epan/prefs.h b/epan/prefs.h
index 6060c94cbb..97983afbd1 100644
--- a/epan/prefs.h
+++ b/epan/prefs.h
@@ -128,7 +128,7 @@ typedef enum {
pref_current
} pref_source_t;
-/*
+/*
* Update channel.
*/
typedef enum {
@@ -209,7 +209,7 @@ typedef struct _e_prefs {
software_update_channel_e gui_update_channel;
gint gui_update_interval;
gchar *saved_at_version;
- gboolean unknown_prefs; /* unknown or obsolete pref(s) */
+ gboolean unknown_prefs; /* unknown or obsolete pref(s) */
gboolean unknown_colorfilters; /* unknown or obsolete color filter(s) */
guint gui_qt_language; /* Qt Translation language selection */
gboolean gui_packet_editor; /* Enable Packet Editor */
@@ -471,8 +471,8 @@ WS_DLL_PUBLIC void prefs_register_uat_preference_qt(module_t *module,
/*
* Register a color preference. Currently does not have any "GUI Dialog" support
- * so the color data needs to be managed independently. Currently used by the
- * "GUI preferences" to aid in reading/writing the preferences file, but the
+ * so the color data needs to be managed independently. Currently used by the
+ * "GUI preferences" to aid in reading/writing the preferences file, but the
* "data" is still managed by the specific "GUI preferences" dialog.
*/
void prefs_register_color_preference(module_t *module, const char *name,
@@ -480,8 +480,8 @@ void prefs_register_color_preference(module_t *module, const char *name,
/*
* Register a custom preference. Currently does not have any "GUI Dialog" support
- * so data needs to be managed independently. Currently used by the
- * "GUI preferences" to aid in reading/writing the preferences file, but the
+ * so data needs to be managed independently. Currently used by the
+ * "GUI preferences" to aid in reading/writing the preferences file, but the
* "data" is still managed by the specific "GUI preferences" dialog.
*/
void prefs_register_custom_preference(module_t *module, const char *name,