[Bf-blender-cvs] [51e3a184ea3] master: Alembic: fixed indentation

Sybren A. Stüvel noreply at git.blender.org
Wed Apr 26 15:21:59 CEST 2017


Commit: 51e3a184ea329cc01c6a5d632895a82d8a4a1bec
Author: Sybren A. Stüvel
Date:   Wed Apr 26 15:17:28 2017 +0200
Branches: master
https://developer.blender.org/rB51e3a184ea329cc01c6a5d632895a82d8a4a1bec

Alembic: fixed indentation

===================================================================

M	source/blender/alembic/intern/alembic_capi.cc

===================================================================

diff --git a/source/blender/alembic/intern/alembic_capi.cc b/source/blender/alembic/intern/alembic_capi.cc
index 0f0021c11fc..7536a4a4fa6 100644
--- a/source/blender/alembic/intern/alembic_capi.cc
+++ b/source/blender/alembic/intern/alembic_capi.cc
@@ -878,11 +878,11 @@ bool ABC_import(bContext *C, const char *filepath, float scale, bool is_sequence
 	bool import_ok = false;
 	if (as_background_job) {
 		wmJob *wm_job = WM_jobs_get(CTX_wm_manager(C),
-									CTX_wm_window(C),
-									job->scene,
-									"Alembic Import",
-									WM_JOB_PROGRESS,
-									WM_JOB_TYPE_ALEMBIC);
+		                            CTX_wm_window(C),
+		                            job->scene,
+		                            "Alembic Import",
+		                            WM_JOB_PROGRESS,
+		                            WM_JOB_TYPE_ALEMBIC);
 
 		/* setup job */
 		WM_jobs_customdata_set(wm_job, job, import_freejob);




More information about the Bf-blender-cvs mailing list