aboutsummaryrefslogtreecommitdiff
path: root/include/lldb/Host/posix/ProcessLauncherPosix.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/Host/posix/ProcessLauncherPosix.h')
-rw-r--r--include/lldb/Host/posix/ProcessLauncherPosix.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/include/lldb/Host/posix/ProcessLauncherPosix.h b/include/lldb/Host/posix/ProcessLauncherPosix.h
index a5e57ccb26ed..e481e3dc7ea9 100644
--- a/include/lldb/Host/posix/ProcessLauncherPosix.h
+++ b/include/lldb/Host/posix/ProcessLauncherPosix.h
@@ -12,13 +12,12 @@
#include "lldb/Host/ProcessLauncher.h"
-namespace lldb_private
-{
+namespace lldb_private {
-class ProcessLauncherPosix : public ProcessLauncher
-{
- public:
- HostProcess LaunchProcess(const ProcessLaunchInfo &launch_info, Error &error) override;
+class ProcessLauncherPosix : public ProcessLauncher {
+public:
+ HostProcess LaunchProcess(const ProcessLaunchInfo &launch_info,
+ Error &error) override;
};
}