aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/NEON/INESimpleKernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/NEON/INESimpleKernel.h')
-rw-r--r--arm_compute/core/NEON/INESimpleKernel.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/arm_compute/core/NEON/INESimpleKernel.h b/arm_compute/core/NEON/INESimpleKernel.h
index 15fc3be5ed..5d9c1ec1e2 100644
--- a/arm_compute/core/NEON/INESimpleKernel.h
+++ b/arm_compute/core/NEON/INESimpleKernel.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2016-2018 ARM Limited.
+ * Copyright (c) 2016-2019 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -21,8 +21,8 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
-#ifndef __ARM_COMPUTE_INESIMPLEKERNEL_H__
-#define __ARM_COMPUTE_INESIMPLEKERNEL_H__
+#ifndef ARM_COMPUTE_INESIMPLEKERNEL_H
+#define ARM_COMPUTE_INESIMPLEKERNEL_H
#include "arm_compute/core/CPP/ICPPSimpleKernel.h"
@@ -31,4 +31,4 @@ namespace arm_compute
/** Interface for simple NEON kernels having 1 tensor input and 1 tensor output */
using INESimpleKernel = ICPPSimpleKernel;
} // namespace arm_compute
-#endif /*__ARM_COMPUTE_INESIMPLEKERNEL_H__ */
+#endif /*ARM_COMPUTE_INESIMPLEKERNEL_H */