aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/Helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/Helpers.h')
-rw-r--r--arm_compute/core/Helpers.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arm_compute/core/Helpers.h b/arm_compute/core/Helpers.h
index 8d526e96c0..efd28f8bbe 100644
--- a/arm_compute/core/Helpers.h
+++ b/arm_compute/core/Helpers.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_HELPERS_H__
-#define __ARM_COMPUTE_HELPERS_H__
+#ifndef ARM_COMPUTE_HELPERS_H
+#define ARM_COMPUTE_HELPERS_H
#include "arm_compute/core/Coordinates.h"
#include "arm_compute/core/Error.h"
@@ -810,4 +810,4 @@ inline unsigned int get_next_power_two(unsigned int x)
} // namespace arm_compute
#include "arm_compute/core/Helpers.inl"
-#endif /*__ARM_COMPUTE_HELPERS_H__ */
+#endif /*ARM_COMPUTE_HELPERS_H */