clang-tidy: add Chrome-inspired checks
[lttng-tools.git] / src / bin / lttng-sessiond / field.cpp
index 5a0c584f22813197ac9a7e3686aee29e6536fa75..6a5fa162b702837649246920bdc5e1ac2b75355b 100644 (file)
@@ -47,9 +47,7 @@ lst::type::type(unsigned int in_alignment) : alignment{ in_alignment }
 {
 }
 
 {
 }
 
-lst::type::~type()
-{
-}
+lst::type::~type() = default;
 
 bool lst::type::operator==(const lst::type& other) const noexcept
 {
 
 bool lst::type::operator==(const lst::type& other) const noexcept
 {
This page took 0.02264 seconds and 4 git commands to generate.