aboutsummaryrefslogtreecommitdiff
path: root/source/Core/History.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/Core/History.cpp')
-rw-r--r--source/Core/History.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/source/Core/History.cpp b/source/Core/History.cpp
index 0105dce730d2..0466a83da519 100644
--- a/source/Core/History.cpp
+++ b/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));
}