================
@@ -1623,15 +1625,16 @@ class CommandObjectCommandsScriptAdd : public 
CommandObjectParsed,
           m_options.m_class_name.c_str());
       if (!cmd_obj_sp) {
         result.AppendErrorWithFormatv("cannot create helper object for: "
-                                      "'{0}'", m_options.m_class_name);
+                                      "'{0}'",
+                                      m_options.m_class_name);
         return;
       }
 
       new_cmd_sp.reset(new CommandObjectScriptingObject(
           m_interpreter, m_cmd_name, cmd_obj_sp, m_synchronicity,
           m_completion_type));
     }
-    
+
----------------
clayborg wrote:

revert non related whitespace change

https://github.com/llvm/llvm-project/pull/80375
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to