aboutsummaryrefslogtreecommitdiff
path: root/src/core/helpers/SoftmaxHelpers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/helpers/SoftmaxHelpers.cpp')
-rw-r--r--src/core/helpers/SoftmaxHelpers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/helpers/SoftmaxHelpers.cpp b/src/core/helpers/SoftmaxHelpers.cpp
index 71b971af31..8184991ab5 100644
--- a/src/core/helpers/SoftmaxHelpers.cpp
+++ b/src/core/helpers/SoftmaxHelpers.cpp
@@ -29,7 +29,7 @@ namespace softmax_helpers
{
PermutationVector get_permutation_vector_from_softmax_axis(size_t axis)
{
- switch(axis)
+ switch (axis)
{
case 1:
return PermutationVector(1U, 0U, 2U, 3U);