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>2013-12-23 22:04:29 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-12-23 22:04:29 +0400
commit0a5e00e8e836983149157155ca560c01f18e5609 (patch)
treec458f0fabc8cb67401b9f300cfa9ada56057c8f6 /source/blender/editors/space_info
parent632c29fef3a566d6aac9ea35e7875f08f3d1cf74 (diff)
Code Cleanup: style
Diffstat (limited to 'source/blender/editors/space_info')
-rw-r--r--source/blender/editors/space_info/info_ops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_info/info_ops.c b/source/blender/editors/space_info/info_ops.c
index 6690d1ce7cb..ace3b8d5393 100644
--- a/source/blender/editors/space_info/info_ops.c
+++ b/source/blender/editors/space_info/info_ops.c
@@ -130,7 +130,7 @@ static int autopack_toggle_exec(bContext *C, wmOperator *op)
{
Main *bmain = CTX_data_main(C);
- if(G.fileflags & G_AUTOPACK) {
+ if (G.fileflags & G_AUTOPACK) {
G.fileflags &= ~G_AUTOPACK;
}
else {