aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/graph/LayerDescriptors.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/graph/LayerDescriptors.h')
-rw-r--r--arm_compute/graph/LayerDescriptors.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arm_compute/graph/LayerDescriptors.h b/arm_compute/graph/LayerDescriptors.h
index f52beab523..94074e550e 100644
--- a/arm_compute/graph/LayerDescriptors.h
+++ b/arm_compute/graph/LayerDescriptors.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_CONCAT_DESCRIPTOR_H__
-#define __ARM_COMPUTE_CONCAT_DESCRIPTOR_H__
+#ifndef ARM_COMPUTE_CONCAT_DESCRIPTOR_H
+#define ARM_COMPUTE_CONCAT_DESCRIPTOR_H
#include "arm_compute/core/Types.h"
@@ -66,4 +66,4 @@ struct ConcatLayerDescriptor
} // namespace descriptor
} // namespace graph
} // namespace arm_compute
-#endif /* __ARM_COMPUTE_CONCAT_DESCRIPTOR_H__ */ \ No newline at end of file
+#endif /* ARM_COMPUTE_CONCAT_DESCRIPTOR_H */ \ No newline at end of file