aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/local/camel-local-folder.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/providers/local/camel-local-folder.h')
-rw-r--r--camel/providers/local/camel-local-folder.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/camel/providers/local/camel-local-folder.h b/camel/providers/local/camel-local-folder.h
index 73059f03b3..00669e738b 100644
--- a/camel/providers/local/camel-local-folder.h
+++ b/camel/providers/local/camel-local-folder.h
@@ -75,8 +75,8 @@ typedef struct {
/* Virtual methods */
/* path construction, only used at init */
- char * (* get_full_path) (const char *toplevel_dir, const char *full_name);
- char * (* get_meta_path) (const char *toplevel_dir, const char *full_name, const char *ext);
+ char * (* get_full_path)(const char *toplevel_dir, const char *full_name);
+ char * (* get_meta_path)(const char *toplevel_dir, const char *full_name, const char *ext);
/* summary factory, only used at init */
CamelLocalSummary *(*create_summary)(const char *path, const char *folder, CamelIndex *index);