aboutsummaryrefslogtreecommitdiff
path: root/src/common/language.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/language.h')
-rw-r--r--src/common/language.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/language.h b/src/common/language.h
index 2d2dbcd9..892ea862 100644
--- a/src/common/language.h
+++ b/src/common/language.h
@@ -74,8 +74,8 @@ class Language {
// take into account the parent and child DIE types, allow languages
// to use their own data type for complex parent names, etc. But if
// C++ doesn't need all that, who would?
- virtual string MakeQualifiedName (const string &parent_name,
- const string &name) const = 0;
+ virtual string MakeQualifiedName (const string& parent_name,
+ const string& name) const = 0;
enum DemangleResult {
// Demangling was not performed because it’s not appropriate to attempt.