summaryrefslogtreecommitdiff
path: root/src/file-manager/fm-properties-window.c
diff options
context:
space:
mode:
authorMonsta <[email protected]>2015-07-20 13:34:21 +0300
committerMonsta <[email protected]>2015-07-20 13:34:21 +0300
commit8214c04737f1f9d5a7234fda9664584df8939384 (patch)
tree735ef64a5daa06d0f2ccc4401cd4d1c5f7e0f5ff /src/file-manager/fm-properties-window.c
parent421f39ef10b9293aec5bc69dbfdbcb423b850651 (diff)
downloadcaja-8214c04737f1f9d5a7234fda9664584df8939384.tar.bz2
caja-8214c04737f1f9d5a7234fda9664584df8939384.tar.xz
small indent fixes
Diffstat (limited to 'src/file-manager/fm-properties-window.c')
-rw-r--r--src/file-manager/fm-properties-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file-manager/fm-properties-window.c b/src/file-manager/fm-properties-window.c
index ba305015..d812505d 100644
--- a/src/file-manager/fm-properties-window.c
+++ b/src/file-manager/fm-properties-window.c
@@ -4950,7 +4950,7 @@ append_extension_pages (FMPropertiesWindow *window)
GList *providers;
GList *p;
- providers = caja_extensions_get_for_type (CAJA_TYPE_PROPERTY_PAGE_PROVIDER);
+ providers = caja_extensions_get_for_type (CAJA_TYPE_PROPERTY_PAGE_PROVIDER);
for (p = providers; p != NULL; p = p->next) {
CajaPropertyPageProvider *provider;