summaryrefslogtreecommitdiff
path: root/xattr-tags
diff options
context:
space:
mode:
authorLaurent Napias <[email protected]>2019-06-29 12:06:39 +0200
committerraveit65 <[email protected]>2019-06-30 17:55:06 +0200
commitcf3fd47515e2950da24c0f6eb1be96a3b520fab4 (patch)
treeee67462cd5992c59a362c6c3be7083a08524f77c /xattr-tags
parent363093d7d32d5f60f66d2ca7f9193dd684c2ccd1 (diff)
downloadcaja-extensions-cf3fd47515e2950da24c0f6eb1be96a3b520fab4.tar.bz2
caja-extensions-cf3fd47515e2950da24c0f6eb1be96a3b520fab4.tar.xz
Remove trailing whitespaces
Diffstat (limited to 'xattr-tags')
-rw-r--r--xattr-tags/caja-xattr-tags-extension.c6
-rw-r--r--xattr-tags/caja-xattr-tags-extension.h2
2 files changed, 4 insertions, 4 deletions
diff --git a/xattr-tags/caja-xattr-tags-extension.c b/xattr-tags/caja-xattr-tags-extension.c
index ab552f1..eb4eec3 100644
--- a/xattr-tags/caja-xattr-tags-extension.c
+++ b/xattr-tags/caja-xattr-tags-extension.c
@@ -19,7 +19,7 @@
*
* Authors: Felipe Barriga Richards <[email protected]>
*/
-
+
#include <config.h>
#include <string.h>
#include <gio/gio.h>
@@ -188,7 +188,7 @@ caja_xattr_tags_column_provider_iface_init(CajaColumnProviderIface *iface)
}
-static void
+static void
caja_xattr_tags_instance_init(CajaXattrTags *cajaXattrTags)
{
}
@@ -219,7 +219,7 @@ caja_xattr_tags_register_type(GTypeModule *module)
(GBaseInitFunc) NULL,
(GBaseFinalizeFunc) NULL,
(GClassInitFunc) caja_xattr_tags_class_init,
- NULL,
+ NULL,
NULL,
sizeof (CajaXattrTags),
0,
diff --git a/xattr-tags/caja-xattr-tags-extension.h b/xattr-tags/caja-xattr-tags-extension.h
index 4490827..3225ad1 100644
--- a/xattr-tags/caja-xattr-tags-extension.h
+++ b/xattr-tags/caja-xattr-tags-extension.h
@@ -19,7 +19,7 @@
*
* Authors: Felipe Barriga Richards <[email protected]>
*/
-
+
#ifndef CAJA_XATTR_TAGS_EXTENSION_H
#define CAJA_XATTR_TAGS_EXTENSION_H