aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/MultiHOG.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/MultiHOG.h')
-rw-r--r--arm_compute/runtime/MultiHOG.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arm_compute/runtime/MultiHOG.h b/arm_compute/runtime/MultiHOG.h
index 45b3947eda..72edf3a416 100644
--- a/arm_compute/runtime/MultiHOG.h
+++ b/arm_compute/runtime/MultiHOG.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_MULTIHOG_H__
-#define __ARM_COMPUTE_MULTIHOG_H__
+#ifndef ARM_COMPUTE_MULTIHOG_H
+#define ARM_COMPUTE_MULTIHOG_H
#include "arm_compute/core/Helpers.h"
#include "arm_compute/core/IMultiHOG.h"
@@ -55,4 +55,4 @@ private:
};
}
-#endif /* __ARM_COMPUTE_MULTIHOG_H__ */
+#endif /* ARM_COMPUTE_MULTIHOG_H */