aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/CL/functions/CLGaussian5x5.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/CL/functions/CLGaussian5x5.h')
-rw-r--r--arm_compute/runtime/CL/functions/CLGaussian5x5.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arm_compute/runtime/CL/functions/CLGaussian5x5.h b/arm_compute/runtime/CL/functions/CLGaussian5x5.h
index 0f5a6cd975..5d121a4488 100644
--- a/arm_compute/runtime/CL/functions/CLGaussian5x5.h
+++ b/arm_compute/runtime/CL/functions/CLGaussian5x5.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_CLGAUSSIAN5X5_H__
-#define __ARM_COMPUTE_CLGAUSSIAN5X5_H__
+#ifndef ARM_COMPUTE_CLGAUSSIAN5X5_H
+#define ARM_COMPUTE_CLGAUSSIAN5X5_H
#include "arm_compute/core/CL/kernels/CLFillBorderKernel.h"
#include "arm_compute/core/CL/kernels/CLGaussian5x5Kernel.h"
@@ -74,4 +74,4 @@ protected:
CLImage _tmp; /**< Temporary buffer */
};
}
-#endif /*__ARM_COMPUTE_CLGAUSSIAN5X5_H__ */
+#endif /*ARM_COMPUTE_CLGAUSSIAN5X5_H */