From 2bbfc662d2547188f00234ed4657f2b141545012 Mon Sep 17 00:00:00 2001 From: Dodji Seketeli Date: Fri, 8 Sep 2017 10:13:28 +0200 Subject: [PATCH] Misc style fixes * include/abg-fwd.h (get_pretty_representation): Add missing white space. * src/abg-ir.cc (get_name): Fix typo in comment. Signed-off-by: Dodji Seketeli --- include/abg-fwd.h | 2 +- src/abg-ir.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/abg-fwd.h b/include/abg-fwd.h index 0038b7f1..4883c79b 100644 --- a/include/abg-fwd.h +++ b/include/abg-fwd.h @@ -804,7 +804,7 @@ string get_pretty_representation(const type_base*, bool internal = false); string -get_pretty_representation(const type_or_decl_base*,bool internal = false); +get_pretty_representation(const type_or_decl_base*, bool internal = false); string get_pretty_representation(const type_or_decl_base_sptr&, diff --git a/src/abg-ir.cc b/src/abg-ir.cc index f6c0daab..12763510 100644 --- a/src/abg-ir.cc +++ b/src/abg-ir.cc @@ -5269,7 +5269,7 @@ get_string_representation_of_cv_quals(const qualified_type_def::CV cv_quals) } /// Build and return a copy of the name of an ABI artifact that is -/// either a type of a decl. +/// either a type or a decl. /// /// @param tod the ABI artifact to get the name for. /// -- 2.43.5