[Lldb-commits] [lldb] b117ec8 - [LLDB] Fix formatting in the driver (NFC)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Tue Nov 19 10:24:03 PST 2019
Author: Jonas Devlieghere
Date: 2019-11-19T10:23:56-08:00
New Revision: b117ec8be0f350f6a644de28a9871cf0183a1c54
URL: https://github.com/llvm/llvm-project/commit/b117ec8be0f350f6a644de28a9871cf0183a1c54
DIFF: https://github.com/llvm/llvm-project/commit/b117ec8be0f350f6a644de28a9871cf0183a1c54.diff
LOG: [LLDB] Fix formatting in the driver (NFC)
Added:
Modified:
lldb/tools/driver/Driver.cpp
Removed:
################################################################################
diff --git a/lldb/tools/driver/Driver.cpp b/lldb/tools/driver/Driver.cpp
index b77350190be8..3a22d7aabc15 100644
--- a/lldb/tools/driver/Driver.cpp
+++ b/lldb/tools/driver/Driver.cpp
@@ -806,8 +806,7 @@ llvm::Optional<int> InitializeReproducer(opt::InputArgList &input_args) {
return llvm::None;
}
-int main(int argc, char const *argv[])
-{
+int main(int argc, char const *argv[]) {
// Setup LLVM signal handlers and make sure we call llvm_shutdown() on
// destruction.
llvm::InitLLVM IL(argc, argv, /*InstallPipeSignalExitHandler=*/false);
More information about the lldb-commits
mailing list