Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-04-17 07:17:24 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-04-17 07:21:24 +0300
commite12c08e8d170b7ca40f204a5b0423c23a9fbc2c1 (patch)
tree8cf3453d12edb177a218ef8009357518ec6cab6a /source/blender/windowmanager/wm_files.h
parentb3dabc200a4b0399ec6b81f2ff2730d07b44fcaa (diff)
ClangFormat: apply to source, most of intern
Apply clang format as proposed in T53211. For details on usage and instructions for migrating branches without conflicts, see: https://wiki.blender.org/wiki/Tools/ClangFormat
Diffstat (limited to 'source/blender/windowmanager/wm_files.h')
-rw-r--r--source/blender/windowmanager/wm_files.h57
1 files changed, 30 insertions, 27 deletions
diff --git a/source/blender/windowmanager/wm_files.h b/source/blender/windowmanager/wm_files.h
index c3b4c19c0ef..c60df27e24b 100644
--- a/source/blender/windowmanager/wm_files.h
+++ b/source/blender/windowmanager/wm_files.h
@@ -29,35 +29,38 @@ struct wmOperatorType;
/* wm_files.c */
void wm_history_file_read(void);
-void wm_homefile_read(
- struct bContext *C, struct ReportList *reports,
- bool use_factory_settings, bool use_empty_data, bool use_userdef,
- const char *filepath_startup_override, const char *app_template_override,
- bool *r_is_factory_startup);
-void wm_file_read_report(bContext *C, struct Main *bmain);
-
-void WM_OT_save_homefile(struct wmOperatorType *ot);
-void WM_OT_userpref_autoexec_path_add(struct wmOperatorType *ot);
-void WM_OT_userpref_autoexec_path_remove(struct wmOperatorType *ot);
-void WM_OT_save_userpref(struct wmOperatorType *ot);
-void WM_OT_read_history(struct wmOperatorType *ot);
-void WM_OT_read_homefile(struct wmOperatorType *ot);
-void WM_OT_read_factory_settings(struct wmOperatorType *ot);
-
-void WM_OT_open_mainfile(struct wmOperatorType *ot);
-
-void WM_OT_revert_mainfile(struct wmOperatorType *ot);
-void WM_OT_recover_last_session(struct wmOperatorType *ot);
-void WM_OT_recover_auto_save(struct wmOperatorType *ot);
-
-void WM_OT_save_as_mainfile(struct wmOperatorType *ot);
-void WM_OT_save_mainfile(struct wmOperatorType *ot);
+void wm_homefile_read(struct bContext *C,
+ struct ReportList *reports,
+ bool use_factory_settings,
+ bool use_empty_data,
+ bool use_userdef,
+ const char *filepath_startup_override,
+ const char *app_template_override,
+ bool *r_is_factory_startup);
+void wm_file_read_report(bContext *C, struct Main *bmain);
+
+void WM_OT_save_homefile(struct wmOperatorType *ot);
+void WM_OT_userpref_autoexec_path_add(struct wmOperatorType *ot);
+void WM_OT_userpref_autoexec_path_remove(struct wmOperatorType *ot);
+void WM_OT_save_userpref(struct wmOperatorType *ot);
+void WM_OT_read_history(struct wmOperatorType *ot);
+void WM_OT_read_homefile(struct wmOperatorType *ot);
+void WM_OT_read_factory_settings(struct wmOperatorType *ot);
+
+void WM_OT_open_mainfile(struct wmOperatorType *ot);
+
+void WM_OT_revert_mainfile(struct wmOperatorType *ot);
+void WM_OT_recover_last_session(struct wmOperatorType *ot);
+void WM_OT_recover_auto_save(struct wmOperatorType *ot);
+
+void WM_OT_save_as_mainfile(struct wmOperatorType *ot);
+void WM_OT_save_mainfile(struct wmOperatorType *ot);
/* wm_files_link.c */
-void WM_OT_link(struct wmOperatorType *ot);
-void WM_OT_append(struct wmOperatorType *ot);
+void WM_OT_link(struct wmOperatorType *ot);
+void WM_OT_append(struct wmOperatorType *ot);
-void WM_OT_lib_relocate(struct wmOperatorType *ot);
-void WM_OT_lib_reload(struct wmOperatorType *ot);
+void WM_OT_lib_relocate(struct wmOperatorType *ot);
+void WM_OT_lib_reload(struct wmOperatorType *ot);
#endif /* __WM_FILES_H__ */