aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/NEON/functions/NEGaussianPyramid.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/NEON/functions/NEGaussianPyramid.h')
-rw-r--r--arm_compute/runtime/NEON/functions/NEGaussianPyramid.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arm_compute/runtime/NEON/functions/NEGaussianPyramid.h b/arm_compute/runtime/NEON/functions/NEGaussianPyramid.h
index f675d7299d..a6b21278ba 100644
--- a/arm_compute/runtime/NEON/functions/NEGaussianPyramid.h
+++ b/arm_compute/runtime/NEON/functions/NEGaussianPyramid.h
@@ -21,8 +21,8 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
-#ifndef __ARM_COMPUTE_NEGAUSSIANPYRAMID_H__
-#define __ARM_COMPUTE_NEGAUSSIANPYRAMID_H__
+#ifndef ARM_COMPUTE_NEGAUSSIANPYRAMID_H
+#define ARM_COMPUTE_NEGAUSSIANPYRAMID_H
#include "arm_compute/core/IPyramid.h"
#include "arm_compute/core/NEON/kernels/NEGaussianPyramidKernel.h"
@@ -119,4 +119,4 @@ private:
std::vector<NEScale> _scale_nearest;
};
} // namespace arm_compute
-#endif /*__ARM_COMPUTE_NEGAUSSIANPYRAMID_H__ */
+#endif /*ARM_COMPUTE_NEGAUSSIANPYRAMID_H */