aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/utils/logging/IPrinter.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/utils/logging/IPrinter.h')
-rw-r--r--arm_compute/core/utils/logging/IPrinter.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/arm_compute/core/utils/logging/IPrinter.h b/arm_compute/core/utils/logging/IPrinter.h
index 42dca58ea1..7fde4d9302 100644
--- a/arm_compute/core/utils/logging/IPrinter.h
+++ b/arm_compute/core/utils/logging/IPrinter.h
@@ -35,8 +35,7 @@ class Printer
{
public:
/** Default Constructor */
- Printer() noexcept
- : _mtx()
+ Printer() noexcept : _mtx()
{
}
/** Prevent instances of this class from being copied */