aboutsummaryrefslogtreecommitdiff
path: root/src/graph/nodes/PReluLayerNode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/graph/nodes/PReluLayerNode.cpp')
-rw-r--r--src/graph/nodes/PReluLayerNode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graph/nodes/PReluLayerNode.cpp b/src/graph/nodes/PReluLayerNode.cpp
index 378c18e3bb..2b50fe9234 100644
--- a/src/graph/nodes/PReluLayerNode.cpp
+++ b/src/graph/nodes/PReluLayerNode.cpp
@@ -38,7 +38,7 @@ PReluLayerNode::PReluLayerNode()
bool PReluLayerNode::forward_descriptors()
{
- if((input_id(0) != NullTensorID) && (output_id(0) != NullTensorID))
+ if ((input_id(0) != NullTensorID) && (output_id(0) != NullTensorID))
{
Tensor *dst = output(0);
ARM_COMPUTE_ERROR_ON(dst == nullptr);