Misc style cleanup
authorDodji Seketeli <dodji@redhat.com>
Thu, 15 Oct 2015 10:50:10 +0000 (12:50 +0200)
committerDodji Seketeli <dodji@redhat.com>
Thu, 15 Oct 2015 11:50:56 +0000 (13:50 +0200)
* include/abg-fwd.h: Remove unnecessary declaration of class
parameter.
* src/abg-ir.cc: Remove trailing space in a comment.
* src/abg-reader.cc: Fix a comment.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
include/abg-fwd.h
src/abg-ir.cc
src/abg-reader.cc

index 67b720b..dd6b8f4 100644 (file)
@@ -96,7 +96,6 @@ class location;
 class location_manager;
 class method_type;
 class namespace_decl;
-class parameter;
 class pointer_type_def;
 class qualified_type_def;
 class reference_type_def;
index eb41314..57c37be 100644 (file)
@@ -3734,7 +3734,7 @@ scope_decl::get_hash() const
 /// negative performance impact because even if @p l and @p r are not
 /// equal, the function keeps up the comparison in order to determine
 /// the different kinds of ways in which they are different.
-/// 
+///
 /// @return true if @p l equals @p r, false otherwise.
 bool
 equals(const scope_decl& l, const scope_decl& r, change_kind* k)
index 25062d6..d17f8da 100644 (file)
@@ -778,8 +778,8 @@ public:
        // might be called to early, before they are actually added to
        // their context.
        //
-       // TODO: make sure this this function is called after types
-       // are added to their context, so that we can try to
+       // TODO: make sure this function is called after types are
+       // added to their context, so that we can try to
        // early-canonicalize some of these types, reducing the size
        // of the set of types to put on the side, waiting for being
        // canonicalized.