aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/WindowIterator.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/WindowIterator.h')
-rw-r--r--arm_compute/core/WindowIterator.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arm_compute/core/WindowIterator.h b/arm_compute/core/WindowIterator.h
index 15289b6d69..e7d5334fa0 100644
--- a/arm_compute/core/WindowIterator.h
+++ b/arm_compute/core/WindowIterator.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_WINDOW_ITERATOR_H__
-#define __ARM_COMPUTE_WINDOW_ITERATOR_H__
+#ifndef ARM_COMPUTE_WINDOW_ITERATOR_H
+#define ARM_COMPUTE_WINDOW_ITERATOR_H
#include "arm_compute/core/Coordinates.h"
#include "arm_compute/core/Error.h"
#include "arm_compute/core/ITensor.h"
@@ -328,4 +328,4 @@ WindowIterator<L> create_window_iterator(const Window &w, const Coordinates &sta
return WindowIterator<L>(w, start, end, std::move(lambda_function));
}
}
-#endif /*__ARM_COMPUTE_WINDOW_ITERATOR_H__*/
+#endif /*ARM_COMPUTE_WINDOW_ITERATOR_H*/