From: Petr Machata Date: Sun, 19 Jul 2009 15:46:39 +0000 (+0200) Subject: Cosmetic X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7e6a390fc1b45fed555f051674142ea662f08225;p=thirdparty%2Felfutils.git Cosmetic --- diff --git a/libdw/c++/dwarf_edit b/libdw/c++/dwarf_edit index ac0a30b42..73277095a 100644 --- a/libdw/c++/dwarf_edit +++ b/libdw/c++/dwarf_edit @@ -232,7 +232,7 @@ namespace elfutils template bool operator!= (const die &other) const { - return !(*this == other);; + return !(*this == other); } inline ::Dwarf_Off identity () const diff --git a/libdw/c++/dwarf_output b/libdw/c++/dwarf_output index 8fed59403..85e848c9a 100644 --- a/libdw/c++/dwarf_output +++ b/libdw/c++/dwarf_output @@ -536,7 +536,7 @@ namespace elfutils _m_attributes = NULL; _m_children.clear (); throw; - }; + } } public: @@ -571,7 +571,7 @@ namespace elfutils template bool operator!= (const die &other) const { - return !(*this == other);; + return !(*this == other); } inline ::Dwarf_Off identity () const diff --git a/libdw/c++/subr.hh b/libdw/c++/subr.hh index e795ec70a..365503f0d 100644 --- a/libdw/c++/subr.hh +++ b/libdw/c++/subr.hh @@ -854,7 +854,7 @@ namespace elfutils } } }; - }; -}; + } +} #endif //