mirror of
git://sourceware.org/git/libabigail.git
synced 2024-12-17 23:44:35 +00:00
Pedantic fixes
* src/abg-ir.h (enum decl_base::binding): Remove trailing space. (enum class_decl::access_specifier): Likewise.
This commit is contained in:
parent
44db5ccb71
commit
fb4916db06
@ -208,7 +208,7 @@ public:
|
||||
BINDING_NONE,
|
||||
BINDING_LOCAL,
|
||||
BINDING_GLOBAL,
|
||||
BINDING_WEAK,
|
||||
BINDING_WEAK
|
||||
};// end enum binding
|
||||
|
||||
decl_base(const std::string& name,
|
||||
@ -1250,7 +1250,7 @@ public:
|
||||
{
|
||||
private_access,
|
||||
protected_access,
|
||||
public_access,
|
||||
public_access
|
||||
};//end enum access_specifier
|
||||
|
||||
/// The base class for member types, data members and member
|
||||
|
Loading…
Reference in New Issue
Block a user