summaryrefslogtreecommitdiff
path: root/plugins/filebrowser/pluma-file-browser-plugin.h
diff options
context:
space:
mode:
authorLaurent Napias <[email protected]>2019-06-29 10:29:13 +0200
committerZenWalker <[email protected]>2019-07-06 21:46:58 +0200
commitdb655f3fb2f67b695d36369e584fcb598e0e1bea (patch)
treeff7a4404cb6f0d1d8ca3a08ee50c60641641f1b4 /plugins/filebrowser/pluma-file-browser-plugin.h
parent5153fb08a2e26015d07e7b3805de15d38bd05a9d (diff)
downloadpluma-db655f3fb2f67b695d36369e584fcb598e0e1bea.tar.bz2
pluma-db655f3fb2f67b695d36369e584fcb598e0e1bea.tar.xz
Remove trailing whitespaces
Diffstat (limited to 'plugins/filebrowser/pluma-file-browser-plugin.h')
-rw-r--r--plugins/filebrowser/pluma-file-browser-plugin.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/filebrowser/pluma-file-browser-plugin.h b/plugins/filebrowser/pluma-file-browser-plugin.h
index 89324c91..2c5026fc 100644
--- a/plugins/filebrowser/pluma-file-browser-plugin.h
+++ b/plugins/filebrowser/pluma-file-browser-plugin.h
@@ -1,5 +1,5 @@
/*
- * pluma-file-browser-plugin.h - Pluma plugin providing easy file access
+ * pluma-file-browser-plugin.h - Pluma plugin providing easy file access
* from the sidepanel
*
* Copyright (C) 2006 - Jesse van den Kieboom <[email protected]>
@@ -44,7 +44,7 @@ typedef struct _PlumaFileBrowserPluginPrivate PlumaFileBrowserPluginPrivate;
typedef struct _PlumaFileBrowserPlugin PlumaFileBrowserPlugin;
typedef struct _PlumaFileBrowserPluginClass PlumaFileBrowserPluginClass;
-struct _PlumaFileBrowserPlugin
+struct _PlumaFileBrowserPlugin
{
PeasExtensionBase parent_instance;
@@ -52,7 +52,7 @@ struct _PlumaFileBrowserPlugin
PlumaFileBrowserPluginPrivate *priv;
};
-struct _PlumaFileBrowserPluginClass
+struct _PlumaFileBrowserPluginClass
{
PeasExtensionBaseClass parent_class;
};