summaryrefslogtreecommitdiff
path: root/thunarx
diff options
context:
space:
mode:
authorAndre Miranda <andreldm@xfce.org>2017-11-04 22:36:28 -0300
committerAndre Miranda <andreldm@xfce.org>2017-11-04 22:36:28 -0300
commit3de231d2dec33ca48b73391386d442231baace3e (patch)
treecf2b11dc69cdcaee5978abb3f7b81a73234c2efa /thunarx
parenta7355a59e2eb5af635f109852216f7d6064ffb70 (diff)
downloadthunar-3de231d2dec33ca48b73391386d442231baace3e.tar.gz
Strip trailing whitespace
Diffstat (limited to 'thunarx')
-rw-r--r--thunarx/thunarx-file-info.c12
-rw-r--r--thunarx/thunarx-file-info.h2
-rw-r--r--thunarx/thunarx-menu-provider.c2
-rw-r--r--thunarx/thunarx-provider-plugin.c8
-rw-r--r--thunarx/thunarx-renamer.c4
5 files changed, 14 insertions, 14 deletions
diff --git a/thunarx/thunarx-file-info.c b/thunarx/thunarx-file-info.c
index 763382ef..74bc420e 100644
--- a/thunarx/thunarx-file-info.c
+++ b/thunarx/thunarx-file-info.c
@@ -68,7 +68,7 @@ thunarx_file_info_get_type (void)
0);
g_type_interface_add_prerequisite (type, G_TYPE_OBJECT);
-
+
/**
* ThunarxFileInfo::changed:
* @file_info : a #ThunarxFileInfo.
@@ -299,8 +299,8 @@ thunarx_file_info_is_directory (ThunarxFileInfo *file_info)
*
* Returns the #GFileInfo associated with @file_info,
* which includes additional information about the @file_info
- * as queried from GIO earlier. The caller is responsible to free the
- * returned #GFileInfo object using g_object_unref() when
+ * as queried from GIO earlier. The caller is responsible to free the
+ * returned #GFileInfo object using g_object_unref() when
* no longer needed.
*
* Return value: the #GFileInfo object associated with @file_info,
@@ -320,12 +320,12 @@ thunarx_file_info_get_file_info (ThunarxFileInfo *file_info)
* @file_info : a #ThunarxFileInfo.
*
* Returns the #GFileInfo which includes additional information about
- * the filesystem @file_info resides on. The caller is responsible to
- * free the returned #GFileInfo object using g_object_unref() when
+ * the filesystem @file_info resides on. The caller is responsible to
+ * free the returned #GFileInfo object using g_object_unref() when
* no longer needed.
*
* Return value: the #GFileInfo containing information about the
- * filesystem of @file_info or %NULL if no filesystem
+ * filesystem of @file_info or %NULL if no filesystem
* information is available. It MUST be released using
* g_object_unref().
**/
diff --git a/thunarx/thunarx-file-info.h b/thunarx/thunarx-file-info.h
index b0bb09ab..2a2f9cbb 100644
--- a/thunarx/thunarx-file-info.h
+++ b/thunarx/thunarx-file-info.h
@@ -33,7 +33,7 @@
G_BEGIN_DECLS;
/**
- * File information namespaces available in the #GFileInfo returned by
+ * File information namespaces available in the #GFileInfo returned by
* thunarx_file_info_get_file_info().
**/
#define THUNARX_FILE_INFO_NAMESPACE \
diff --git a/thunarx/thunarx-menu-provider.c b/thunarx/thunarx-menu-provider.c
index 1b1cff6e..597553e5 100644
--- a/thunarx/thunarx-menu-provider.c
+++ b/thunarx/thunarx-menu-provider.c
@@ -195,7 +195,7 @@ thunarx_menu_provider_get_folder_menu_items (ThunarxMenuProvider *provider,
* @provider : a #ThunarxMenuProvider.
* @window : the #GtkWindow within which the menu items will be used.
* @folder : the folder into which the @files are being dropped
- * @files : the list of #ThunarxFileInfo<!---->s for the files that are
+ * @files : the list of #ThunarxFileInfo<!---->s for the files that are
* being dropped to @folder in @window.
*
* Returns the list of #ThunarxMenuItem<!---->s that @provider has to offer for
diff --git a/thunarx/thunarx-provider-plugin.c b/thunarx/thunarx-provider-plugin.c
index d5e74474..a1d3abfb 100644
--- a/thunarx/thunarx-provider-plugin.c
+++ b/thunarx/thunarx-provider-plugin.c
@@ -120,7 +120,7 @@ thunarx_provider_plugin_get_resident (const ThunarxProviderPlugin *plugin)
* no longer needed. If this method is invoked with a @resident value
* of %TRUE then the application will never try to unload @plugin.
*
- * This method has no effect unless called from the
+ * This method has no effect unless called from the
* %thunar_extension_initialize method of the @plugin.
**/
void
@@ -147,7 +147,7 @@ thunarx_provider_plugin_set_resident (ThunarxProviderPlugin *plugin,
* and the resulting #GType identifier returned.
*
* When reregistering a type (typically because a module is unloaded then reloaded, and reinitialized), module and
- * @type_parent must be the same as they were previously.
+ * @type_parent must be the same as they were previously.
*
* Return value: the new or existing type id.
**/
@@ -202,7 +202,7 @@ thunarx_provider_plugin_add_interface (ThunarxProviderPlugin *plugin,
* @const_static_values : an array of #GEnumValue structs for the possible enumeration values.
* The array is terminated by a struct with all members being %0.
*
- * Looks up or registers an enumeration that is implemented with a particular type @plugin. If a type
+ * Looks up or registers an enumeration that is implemented with a particular type @plugin. If a type
* with name @name was previously registered, the #GType identifier for the type is returned,
* otherwise the type is newly registered, and the resulting #GType identifier returned.
*
@@ -235,7 +235,7 @@ thunarx_provider_plugin_register_enum (ThunarxProviderPlugin *plugin,
* qname was previously registered, the #GType identifier for the type is returned, otherwise the type is newly
* registered, and the resulting #GType identifier returned.
*
- * As long as any instances of the type exist, the type @plugin will not be unloaded.
+ * As long as any instances of the type exist, the type @plugin will not be unloaded.
*
* Return value: the new or existing type id.
**/
diff --git a/thunarx/thunarx-renamer.c b/thunarx/thunarx-renamer.c
index 510fc89a..6fa35601 100644
--- a/thunarx/thunarx-renamer.c
+++ b/thunarx/thunarx-renamer.c
@@ -334,7 +334,7 @@ thunarx_renamer_real_load (ThunarxRenamer *renamer,
/* determine the key for the parameter */
key = thunarx_param_spec_get_option_name (specs[n]);
-
+
/* check if we have a value for that key */
setting = g_hash_table_lookup (settings, key);
if (G_LIKELY (setting != NULL))
@@ -632,7 +632,7 @@ thunarx_renamer_save (ThunarxRenamer *renamer,
* (the empty list), but derived classes may override this method
* to provide additional items for files in the bulk renamer
* dialog list.
- *
+ *
* The returned #ThunarxMenuItem<!---->s will be displayed in the file's
* context menu of the bulk renamer dialog, when this @renamer is
* active. For example, an ID3-Tag based renamer may add an menu item