Clean-up: ensure all template parameter names end with Type
[lttng-tools.git] / src / bin / lttng-sessiond / ust-app.hpp
index ab00b1c195df52b3f7c35e079f20f2a2a65fb51c..2071a8984495b93026b49f16b2e478cd956c7bed 100644 (file)
@@ -336,8 +336,8 @@ struct ust_app {
 namespace fmt {
 template <>
 struct formatter<ust_app> : formatter<std::string> {
-       template <typename FormatCtx>
-       typename FormatCtx::iterator format(const ust_app& app, FormatCtx& ctx)
+       template <typename FormatContextType>
+       typename FormatContextType::iterator format(const ust_app& app, FormatContextType& ctx)
        {
                return format_to(ctx.out(),
                                "{{ procname = `{}`, ppid = {}, pid = {}, uid = {}, gid = {}, version = {}.{}, registration time = {} }}",
This page took 0.023093 seconds and 4 git commands to generate.