summaryrefslogtreecommitdiff
path: root/implementation/e2e_protection/include/e2e/profile/profile_interface/profile_interface.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'implementation/e2e_protection/include/e2e/profile/profile_interface/profile_interface.hpp')
-rw-r--r--implementation/e2e_protection/include/e2e/profile/profile_interface/profile_interface.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/implementation/e2e_protection/include/e2e/profile/profile_interface/profile_interface.hpp b/implementation/e2e_protection/include/e2e/profile/profile_interface/profile_interface.hpp
index dc72aac..5fa018c 100644
--- a/implementation/e2e_protection/include/e2e/profile/profile_interface/profile_interface.hpp
+++ b/implementation/e2e_protection/include/e2e/profile/profile_interface/profile_interface.hpp
@@ -18,8 +18,7 @@ enum generic_check_status : check_status_t { E2E_OK, E2E_WRONG_CRC, E2E_ERROR};
class profile_interface {
public:
- virtual ~profile_interface() {
- }
+ virtual ~profile_interface() {}
};
} // namespace profile_interface