aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/utils/misc/Traits.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/utils/misc/Traits.h')
-rw-r--r--arm_compute/core/utils/misc/Traits.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arm_compute/core/utils/misc/Traits.h b/arm_compute/core/utils/misc/Traits.h
index 9f6e49a452..1cbdbfe16f 100644
--- a/arm_compute/core/utils/misc/Traits.h
+++ b/arm_compute/core/utils/misc/Traits.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_UTILS_TRAITS_TRAITS_H__
-#define __ARM_COMPUTE_UTILS_TRAITS_TRAITS_H__
+#ifndef ARM_COMPUTE_UTILS_TRAITS_TRAITS_H
+#define ARM_COMPUTE_UTILS_TRAITS_TRAITS_H
#include <type_traits>
@@ -51,4 +51,4 @@ struct is_floating_point<__fp16> : public std::true_type
} // namespace traits
} // namespace utils
} // namespace arm_compute
-#endif /* __ARM_COMPUTE_UTILS_TRAITS_TRAITS_H__ */
+#endif /* ARM_COMPUTE_UTILS_TRAITS_TRAITS_H */