aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/Error.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/Error.h')
-rw-r--r--arm_compute/core/Error.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arm_compute/core/Error.h b/arm_compute/core/Error.h
index dcbba1e990..dd3e8889bc 100644
--- a/arm_compute/core/Error.h
+++ b/arm_compute/core/Error.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_ERROR_H__
-#define __ARM_COMPUTE_ERROR_H__
+#ifndef ARM_COMPUTE_ERROR_H
+#define ARM_COMPUTE_ERROR_H
#include <array>
#include <string>
@@ -482,4 +482,4 @@ Status create_error_msg(ErrorCode error_code, const char *func, const char *file
#define ARM_COMPUTE_THROW(ex) (ex), std::abort()
#endif /* ARM_COMPUTE_EXCEPTIONS_DISABLED */
-#endif /* __ARM_COMPUTE_ERROR_H__ */
+#endif /* ARM_COMPUTE_ERROR_H */