aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/KernelDescriptors.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/KernelDescriptors.h')
-rw-r--r--arm_compute/core/KernelDescriptors.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arm_compute/core/KernelDescriptors.h b/arm_compute/core/KernelDescriptors.h
index 905401bbda..2aa076246e 100644
--- a/arm_compute/core/KernelDescriptors.h
+++ b/arm_compute/core/KernelDescriptors.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_CORE_KERNEL_DESCRIPTORS_H__
-#define __ARM_COMPUTE_CORE_KERNEL_DESCRIPTORS_H__
+#ifndef ARM_COMPUTE_CORE_KERNEL_DESCRIPTORS_H
+#define ARM_COMPUTE_CORE_KERNEL_DESCRIPTORS_H
#include "arm_compute/core/Types.h"
@@ -83,4 +83,4 @@ struct SoftmaxKernelInfo
bool is_log{ false }; /**< Flag used to perform Log Softmax operation */
};
} // namespace arm_compute
-#endif /* __ARM_COMPUTE_CORE_KERNEL_DESCRIPTORS_H__ */
+#endif /* ARM_COMPUTE_CORE_KERNEL_DESCRIPTORS_H */