aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/utils/misc/Random.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/utils/misc/Random.h')
-rw-r--r--arm_compute/core/utils/misc/Random.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arm_compute/core/utils/misc/Random.h b/arm_compute/core/utils/misc/Random.h
index 4c40f5c2d7..9f5a128546 100644
--- a/arm_compute/core/utils/misc/Random.h
+++ b/arm_compute/core/utils/misc/Random.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_MISC_RANDOM_H__
-#define __ARM_COMPUTE_MISC_RANDOM_H__
+#ifndef ARM_COMPUTE_MISC_RANDOM_H
+#define ARM_COMPUTE_MISC_RANDOM_H
#include "arm_compute/core/Error.h"
@@ -95,4 +95,4 @@ private:
} // namespace random
} // namespace utils
} // namespace arm_compute
-#endif /* __ARM_COMPUTE_MISC_RANDOM_H__ */
+#endif /* ARM_COMPUTE_MISC_RANDOM_H */