]> sourceware.org Git - libabigail.git/commitdiff
Misc style fixes
authorDodji Seketeli <dodji@redhat.com>
Fri, 8 Sep 2017 08:13:28 +0000 (10:13 +0200)
committerDodji Seketeli <dodji@redhat.com>
Fri, 8 Sep 2017 08:15:09 +0000 (10:15 +0200)
* 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 <dodji@redhat.com>
include/abg-fwd.h
src/abg-ir.cc

index 0038b7f19f3468c90adc7125b76412b916f50ef8..4883c79b4aa02dca0415f0fd5d914ff02158caee 100644 (file)
@@ -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&,
index f6c0daabb97eaee4159f67daf00324b9be01378c..1276351007db22b1679c6f98f839ac6a45f2b8f7 100644 (file)
@@ -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.
 ///
This page took 0.069145 seconds and 5 git commands to generate.