diff options
Diffstat (limited to 'lldb/tools/lldb-server/LLDBServerUtilities.h')
-rw-r--r-- | lldb/tools/lldb-server/LLDBServerUtilities.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/lldb/tools/lldb-server/LLDBServerUtilities.h b/lldb/tools/lldb-server/LLDBServerUtilities.h index cab892a5edc..36ec70d9ef9 100644 --- a/lldb/tools/lldb-server/LLDBServerUtilities.h +++ b/lldb/tools/lldb-server/LLDBServerUtilities.h @@ -14,12 +14,11 @@ namespace lldb_private { namespace lldb_server { -class LLDBServerUtilities -{ +class LLDBServerUtilities { public: - static bool - SetupLogging(const std::string& log_file, const llvm::StringRef& log_channels, uint32_t log_options); + static bool SetupLogging(const std::string &log_file, + const llvm::StringRef &log_channels, + uint32_t log_options); }; - } } |