diff --git a/lldb/include/lldb/Host/Host.h b/lldb/include/lldb/Host/Host.h index 21e1c5bf96f7..deea80a7227e 100644 --- a/lldb/include/lldb/Host/Host.h +++ b/lldb/include/lldb/Host/Host.h @@ -206,9 +206,9 @@ public: //------------------------------------------------------------------ /// Perform expansion of the command-line for this launch info This can /// potentially involve wildcard expansion - // environment variable replacement, and whatever other - // argument magic the platform defines as part of its typical - // user experience + /// environment variable replacement, and whatever other + /// argument magic the platform defines as part of its typical + /// user experience //------------------------------------------------------------------ static Status ShellExpandArguments(ProcessLaunchInfo &launch_info); diff --git a/lldb/include/lldb/Target/Platform.h b/lldb/include/lldb/Target/Platform.h index a69fdbe6727b..f09a1a99ee4b 100644 --- a/lldb/include/lldb/Target/Platform.h +++ b/lldb/include/lldb/Target/Platform.h @@ -364,9 +364,9 @@ public: //------------------------------------------------------------------ /// Perform expansion of the command-line for this launch info This can /// potentially involve wildcard expansion - // environment variable replacement, and whatever other - // argument magic the platform defines as part of its typical - // user experience + /// environment variable replacement, and whatever other + /// argument magic the platform defines as part of its typical + /// user experience //------------------------------------------------------------------ virtual Status ShellExpandArguments(ProcessLaunchInfo &launch_info);