mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Automated commit of clang-format CI changes.
This commit is contained in:
parent
2ecb162dfb
commit
d395deac4e
604 changed files with 47610 additions and 38436 deletions
|
|
@ -28,12 +28,12 @@ class NetworkInterface;
|
|||
|
||||
class NetworkInterfaceAlertableEntity : public OtherAlertableEntity {
|
||||
private:
|
||||
|
||||
protected:
|
||||
|
||||
public:
|
||||
NetworkInterfaceAlertableEntity(NetworkInterface *alert_iface, AlertEntity entity) : OtherAlertableEntity(alert_iface, entity) {};
|
||||
virtual ~NetworkInterfaceAlertableEntity() {};
|
||||
public:
|
||||
NetworkInterfaceAlertableEntity(NetworkInterface *alert_iface,
|
||||
AlertEntity entity)
|
||||
: OtherAlertableEntity(alert_iface, entity){};
|
||||
virtual ~NetworkInterfaceAlertableEntity(){};
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue