aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/graph/printers
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/graph/printers')
-rw-r--r--arm_compute/graph/printers/DotGraphPrinter.h6
-rw-r--r--arm_compute/graph/printers/Printers.h8
2 files changed, 7 insertions, 7 deletions
diff --git a/arm_compute/graph/printers/DotGraphPrinter.h b/arm_compute/graph/printers/DotGraphPrinter.h
index c28a17b21a..c763cb1a96 100644
--- a/arm_compute/graph/printers/DotGraphPrinter.h
+++ b/arm_compute/graph/printers/DotGraphPrinter.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_GRAPH_DOTGRAPHPRINTER_H__
-#define __ARM_COMPUTE_GRAPH_DOTGRAPHPRINTER_H__
+#ifndef ARM_COMPUTE_GRAPH_DOTGRAPHPRINTER_H
+#define ARM_COMPUTE_GRAPH_DOTGRAPHPRINTER_H
#include "arm_compute/graph/IGraphPrinter.h"
@@ -104,4 +104,4 @@ private:
};
} // namespace graph
} // namespace arm_compute
-#endif /* __ARM_COMPUTE_GRAPH_DOTGRAPHPRINTER_H__ */
+#endif /* ARM_COMPUTE_GRAPH_DOTGRAPHPRINTER_H */
diff --git a/arm_compute/graph/printers/Printers.h b/arm_compute/graph/printers/Printers.h
index 935e2bbbb0..631b63428e 100644
--- a/arm_compute/graph/printers/Printers.h
+++ b/arm_compute/graph/printers/Printers.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018 ARM Limited.
+ * Copyright (c) 2018-2019 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -21,9 +21,9 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
-#ifndef __ARM_COMPUTE_GRAPH_PRINTERS_H__
-#define __ARM_COMPUTE_GRAPH_PRINTERS_H__
+#ifndef ARM_COMPUTE_GRAPH_PRINTERS_H
+#define ARM_COMPUTE_GRAPH_PRINTERS_H
#include "arm_compute/graph/printers/DotGraphPrinter.h"
-#endif /* __ARM_COMPUTE_GRAPH_PRINTERS_H__ */
+#endif /* ARM_COMPUTE_GRAPH_PRINTERS_H */