Cleanup: tsdl: fix misleading indentation
[lttng-tools.git] / src / bin / lttng-sessiond / tsdl-trace-class-visitor.cpp
index c28af242400b1586000ed8534b3e121391a2721a..d240e1fb050837aa65d3e52bc7c4e6c8e0405d7c 100644 (file)
@@ -436,8 +436,7 @@ private:
                 */
                const auto previous_bypass_identifier_escape = _bypass_identifier_escape;
                _bypass_identifier_escape = true;
-               for (const auto& field : type.choices_
-) {
+               for (const auto& field : type.choices_) {
                        _description.resize(_description.size() + _indentation_level, '\t');
                        field.second->accept(*this);
                        _description += fmt::format(" {};\n", field.first.name);
This page took 0.022285 seconds and 4 git commands to generate.