diff options
author | Monsta <[email protected]> | 2015-07-20 13:34:21 +0300 |
---|---|---|
committer | Monsta <[email protected]> | 2015-07-20 13:34:21 +0300 |
commit | 8214c04737f1f9d5a7234fda9664584df8939384 (patch) | |
tree | 735ef64a5daa06d0f2ccc4401cd4d1c5f7e0f5ff /src/file-manager/fm-properties-window.c | |
parent | 421f39ef10b9293aec5bc69dbfdbcb423b850651 (diff) | |
download | caja-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.c | 2 |
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; |