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>2012-12-14 08:38:52 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-12-14 08:38:52 +0400
commit5e9ee25328aa3aab4549a1ebfae931161ed02f2b (patch)
treeacc3f507d3d6a6204ab3f04f3e5c2f63a9322937 /source/blender/editors/uvedit
parentb8d89be64c419a075cf55a1e6e9aa9d021731ad3 (diff)
style cleanup
Diffstat (limited to 'source/blender/editors/uvedit')
-rw-r--r--source/blender/editors/uvedit/uvedit_unwrap_ops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/uvedit/uvedit_unwrap_ops.c b/source/blender/editors/uvedit/uvedit_unwrap_ops.c
index 346ea6edf7a..cb54689a3c0 100644
--- a/source/blender/editors/uvedit/uvedit_unwrap_ops.c
+++ b/source/blender/editors/uvedit/uvedit_unwrap_ops.c
@@ -1235,7 +1235,7 @@ static int unwrap_exec(bContext *C, wmOperator *op)
/* double up the check here but better keep ED_unwrap_lscm interface simple and not
* pass operator for warning append */
modifier_unwrap_state(obedit, scene, &use_subsurf_final);
- if(use_subsurf != use_subsurf_final)
+ if (use_subsurf != use_subsurf_final)
BKE_report(op->reports, RPT_INFO, "Subsurf modifier needs to be first to work with unwrap");
/* execute unwrap */