From 9c5d33a26ebc4be391ae4da9de584be2e453c78f Mon Sep 17 00:00:00 2001 From: Matteo Martincigh Date: Thu, 7 Feb 2019 17:52:41 +0000 Subject: IVGCVSW-2672 Code cleanup after changes * Minor code cleanup and refactoring Change-Id: I9c6390c15944686134ddf4b47839762f2bb13922 Signed-off-by: Matteo Martincigh --- include/armnn/Types.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/armnn/Types.hpp b/include/armnn/Types.hpp index baf74437dc..598eaaf6be 100644 --- a/include/armnn/Types.hpp +++ b/include/armnn/Types.hpp @@ -114,8 +114,8 @@ using IBackendUniquePtr = std::unique_ptr; class IDeviceSpec { protected: - IDeviceSpec() {}; - virtual ~IDeviceSpec() {}; + IDeviceSpec() {} + virtual ~IDeviceSpec() {} }; /// Type of identifiers for bindable layers (inputs, outputs). -- cgit v1.2.1