summaryrefslogtreecommitdiffstats
path: root/lldb/include/lldb/Core/FastDemangle.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/include/lldb/Core/FastDemangle.h')
-rw-r--r--lldb/include/lldb/Core/FastDemangle.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/lldb/include/lldb/Core/FastDemangle.h b/lldb/include/lldb/Core/FastDemangle.h
index cd6128c7303..1a8b8adb857 100644
--- a/lldb/include/lldb/Core/FastDemangle.h
+++ b/lldb/include/lldb/Core/FastDemangle.h
@@ -10,15 +10,11 @@
#ifndef liblldb_FastDemangle_h_
#define liblldb_FastDemangle_h_
-namespace lldb_private
-{
+namespace lldb_private {
- char *
- FastDemangle(const char *mangled_name);
-
- char *
- FastDemangle(const char *mangled_name, long mangled_name_length);
+char *FastDemangle(const char *mangled_name);
+char *FastDemangle(const char *mangled_name, long mangled_name_length);
}
#endif
OpenPOWER on IntegriCloud