summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/History.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Core/History.cpp')
-rw-r--r--lldb/source/Core/History.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/lldb/source/Core/History.cpp b/lldb/source/Core/History.cpp
index 0105dce730d..0466a83da51 100644
--- a/lldb/source/Core/History.cpp
+++ b/lldb/source/Core/History.cpp
@@ -19,8 +19,6 @@
using namespace lldb;
using namespace lldb_private;
-void
-HistorySourceUInt::DumpHistoryEvent (Stream &strm, HistoryEvent event)
-{
- strm.Printf ("%s %" PRIu64, m_name.c_str(), (uint64_t)((uintptr_t)event));
+void HistorySourceUInt::DumpHistoryEvent(Stream &strm, HistoryEvent event) {
+ strm.Printf("%s %" PRIu64, m_name.c_str(), (uint64_t)((uintptr_t)event));
}
OpenPOWER on IntegriCloud