aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/CPP/kernels
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/CPP/kernels')
-rw-r--r--arm_compute/core/CPP/kernels/CPPDetectionWindowNonMaximaSuppressionKernel.h3
-rw-r--r--arm_compute/core/CPP/kernels/CPPSortEuclideanDistanceKernel.h1
2 files changed, 1 insertions, 3 deletions
diff --git a/arm_compute/core/CPP/kernels/CPPDetectionWindowNonMaximaSuppressionKernel.h b/arm_compute/core/CPP/kernels/CPPDetectionWindowNonMaximaSuppressionKernel.h
index 2a9c0473bb..9ca7c64a13 100644
--- a/arm_compute/core/CPP/kernels/CPPDetectionWindowNonMaximaSuppressionKernel.h
+++ b/arm_compute/core/CPP/kernels/CPPDetectionWindowNonMaximaSuppressionKernel.h
@@ -67,6 +67,5 @@ private:
IDetectionWindowArray *_input_output;
float _min_distance;
};
-}
-
+} // namespace arm_compute
#endif /* __ARM_COMPUTE_CPPDETECTIONWINDOWNONMAXIMASUPPRESSIONKERNEL_H__ */
diff --git a/arm_compute/core/CPP/kernels/CPPSortEuclideanDistanceKernel.h b/arm_compute/core/CPP/kernels/CPPSortEuclideanDistanceKernel.h
index c6b47a512a..fddd4254bf 100644
--- a/arm_compute/core/CPP/kernels/CPPSortEuclideanDistanceKernel.h
+++ b/arm_compute/core/CPP/kernels/CPPSortEuclideanDistanceKernel.h
@@ -65,6 +65,5 @@ private:
InternalKeypoint *_in_out; /**< Source array of InternalKeypoint */
IKeyPointArray *_output; /**< Destination array of IKeyPointArray */
};
-
} // namespace arm_compute
#endif /* __ARM_COMPUTE_CPPSORTEUCLIDEANDISTANCEKERNEL_H__ */