aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/GLES_COMPUTE/functions/GCNormalizationLayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/GLES_COMPUTE/functions/GCNormalizationLayer.h')
-rw-r--r--arm_compute/runtime/GLES_COMPUTE/functions/GCNormalizationLayer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arm_compute/runtime/GLES_COMPUTE/functions/GCNormalizationLayer.h b/arm_compute/runtime/GLES_COMPUTE/functions/GCNormalizationLayer.h
index fa10fdd75e..8d511aca7a 100644
--- a/arm_compute/runtime/GLES_COMPUTE/functions/GCNormalizationLayer.h
+++ b/arm_compute/runtime/GLES_COMPUTE/functions/GCNormalizationLayer.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_GCNORMALIZATIONLAYER_H__
-#define __ARM_COMPUTE_GCNORMALIZATIONLAYER_H__
+#ifndef ARM_COMPUTE_GCNORMALIZATIONLAYER_H
+#define ARM_COMPUTE_GCNORMALIZATIONLAYER_H
#include "arm_compute/runtime/IFunction.h"
@@ -70,4 +70,4 @@ private:
GCFillBorderKernel _border_handler; /**< Kernel to handle borders */
};
} // namespace arm_compute
-#endif /* __ARM_COMPUTE_GCNORMALIZATIONLAYER_H__ */
+#endif /* ARM_COMPUTE_GCNORMALIZATIONLAYER_H */