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>2018-10-04 02:23:58 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-10-04 02:33:49 +0300
commit971ab57c7df0b0ecdc948bc47a9bc133e35fb94f (patch)
treef26af3c28dadb02019d93fc23b970164307b9361 /source/blender/editors/util
parenta04155dd52ee26fa0567b10255d7f48849197c02 (diff)
Cleanup: style
Diffstat (limited to 'source/blender/editors/util')
-rw-r--r--source/blender/editors/util/numinput.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/util/numinput.c b/source/blender/editors/util/numinput.c
index 887c85300d1..52cf1b2d708 100644
--- a/source/blender/editors/util/numinput.c
+++ b/source/blender/editors/util/numinput.c
@@ -556,7 +556,7 @@ bool handleNumInput(bContext *C, NumInput *n, const wmEvent *event)
}
else {
n->val_flag[idx] |= NUM_INVALID;
- }
+ }
#ifdef USE_FAKE_EDIT