sessiond: transition from lttng-ust to tracer agnostic API
[lttng-tools.git] / src / bin / lttng-sessiond / field.hpp
index bad66a39afe5a3bc8350b16c7d0b766a4be2ebe5..23c67b04ce1ebe705172523624af6b3ff34dcf2d 100644 (file)
@@ -221,7 +221,7 @@ class array_type : public type {
 public:
        array_type(unsigned int alignment, type::cuptr element_type);
 
-       const type::cuptr element_type; 
+       const type::cuptr element_type;
 
 protected:
        virtual bool _is_equal(const type& base_other) const noexcept override;
This page took 0.024069 seconds and 4 git commands to generate.