summaryrefslogtreecommitdiff
path: root/view/macho/machoview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'view/macho/machoview.cpp')
-rw-r--r--view/macho/machoview.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/view/macho/machoview.cpp b/view/macho/machoview.cpp
index 5f7b3f94..f84d0565 100644
--- a/view/macho/machoview.cpp
+++ b/view/macho/machoview.cpp
@@ -2334,7 +2334,8 @@ Ref<Symbol> MachoView::DefineMachoSymbol(
if (!typeRef && m_extractMangledTypes && !GetDefaultPlatform()->GetFunctionByName(rawName))
typeRef = demangledType;
}
- else if (!m_extractMangledTypes && DemangleLLVM(rawName, varName, m_simplifyTemplates)) {
+ else if (!m_extractMangledTypes && DemangleLLVM(rawName, varName, m_simplifyTemplates))
+ {
shortName = varName.GetString();
fullName = shortName;
}