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:
Diffstat (limited to 'source/blender/nodes/composite/node_composite_tree.c')
-rw-r--r--source/blender/nodes/composite/node_composite_tree.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/nodes/composite/node_composite_tree.c b/source/blender/nodes/composite/node_composite_tree.c
index d05a5da5f1c..895d57c74f2 100644
--- a/source/blender/nodes/composite/node_composite_tree.c
+++ b/source/blender/nodes/composite/node_composite_tree.c
@@ -62,7 +62,7 @@
#include "node_composite_util.h"
#ifdef WITH_COMPOSITOR
- #include "COM_compositor.h"
+# include "COM_compositor.h"
#endif
static void composite_get_from_context(const bContext *C, bNodeTreeType *UNUSED(treetype), bNodeTree **r_ntree, ID **r_id, ID **r_from)
@@ -287,11 +287,11 @@ void ntreeCompositForceHidden(bNodeTree *ntree)
/* XXX this stuff is called all the time, don't want that.
* Updates should only happen when actually necessary.
*/
- #if 0
+#if 0
else if (node->type == CMP_NODE_IMAGE) {
nodeUpdate(ntree, node);
}
- #endif
+#endif
}
}