]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
Cosmetic
authorPetr Machata <pmachata@redhat.com>
Sun, 19 Jul 2009 15:46:39 +0000 (17:46 +0200)
committerPetr Machata <pmachata@redhat.com>
Sun, 19 Jul 2009 15:46:39 +0000 (17:46 +0200)
libdw/c++/dwarf_edit
libdw/c++/dwarf_output
libdw/c++/subr.hh

index ac0a30b4265f061106055c57b3e66449858360df..73277095a2a0632ca2c1b7ec38cac4554d0b59eb 100644 (file)
@@ -232,7 +232,7 @@ namespace elfutils
       template<typename die>
       bool operator!= (const die &other) const
       {
-       return !(*this == other);;
+       return !(*this == other);
       }
 
       inline ::Dwarf_Off identity () const
index 8fed594030a1cc39ca921a0bcd395d3a2732f34e..85e848c9a8cffb97eb866495b2c4965fa49c227e 100644 (file)
@@ -536,7 +536,7 @@ namespace elfutils
            _m_attributes = NULL;
            _m_children.clear ();
            throw;
-         };
+         }
       }
 
     public:
@@ -571,7 +571,7 @@ namespace elfutils
       template<typename die>
       bool operator!= (const die &other) const
       {
-       return !(*this == other);;
+       return !(*this == other);
       }
 
       inline ::Dwarf_Off identity () const
index e795ec70a1c9a09be573a97e0ee1b10bc380175e..365503f0d0e70a78742551e3e97d8abf1e98ed63 100644 (file)
@@ -854,7 +854,7 @@ namespace elfutils
            }
        }
     };
-  };
-};
+  }
+}
 
 #endif // <elfutils/subr.hh>