aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/HOG.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/HOG.h')
-rw-r--r--arm_compute/runtime/HOG.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arm_compute/runtime/HOG.h b/arm_compute/runtime/HOG.h
index 3dc2f32b65..60581319b9 100644
--- a/arm_compute/runtime/HOG.h
+++ b/arm_compute/runtime/HOG.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_HOG_H__
-#define __ARM_COMPUTE_HOG_H__
+#ifndef ARM_COMPUTE_HOG_H
+#define ARM_COMPUTE_HOG_H
#include "arm_compute/core/HOGInfo.h"
#include "arm_compute/core/IHOG.h"
@@ -53,4 +53,4 @@ private:
mutable std::vector<float> _descriptor;
};
}
-#endif /* __ARM_COMPUTE_HOG_H__ */
+#endif /* ARM_COMPUTE_HOG_H */