diff options
author | Petr Machata <[email protected]> | 2009-07-19 17:46:39 +0200 |
---|---|---|
committer | Petr Machata <[email protected]> | 2009-07-19 17:46:39 +0200 |
commit | 7e6a390fc1b45fed555f051674142ea662f08225 (patch) | |
tree | a2860288a46150f94c517372b224168dcd8beb70 | |
parent | c3bc1498e7806370dff49854e318ede8dacbbe03 (diff) |
Cosmetic
-rw-r--r-- | libdw/c++/dwarf_edit | 2 | ||||
-rw-r--r-- | libdw/c++/dwarf_output | 4 | ||||
-rw-r--r-- | libdw/c++/subr.hh | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/libdw/c++/dwarf_edit b/libdw/c++/dwarf_edit index ac0a30b4..73277095 100644 --- a/libdw/c++/dwarf_edit +++ b/libdw/c++/dwarf_edit @@ -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 diff --git a/libdw/c++/dwarf_output b/libdw/c++/dwarf_output index 8fed5940..85e848c9 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<typename die> 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 e795ec70..365503f0 100644 --- a/libdw/c++/subr.hh +++ b/libdw/c++/subr.hh @@ -854,7 +854,7 @@ namespace elfutils } } }; - }; -}; + } +} #endif // <elfutils/subr.hh> |