mirror of
https://github.com/varun-r-mallya/pylibbpf.git
synced 2026-02-12 16:11:00 +00:00
Janitorial clang-format
This commit is contained in:
@ -6,13 +6,10 @@
|
||||
|
||||
class BpfException final : public std::runtime_error {
|
||||
public:
|
||||
explicit BpfException(const std::string &message)
|
||||
: std::runtime_error(message) {
|
||||
}
|
||||
explicit BpfException(const std::string &message)
|
||||
: std::runtime_error(message) {}
|
||||
|
||||
explicit BpfException(const char *message)
|
||||
: std::runtime_error(message) {
|
||||
}
|
||||
explicit BpfException(const char *message) : std::runtime_error(message) {}
|
||||
};
|
||||
|
||||
#endif // PYLIBBPF_BPF_EXCEPTION_H
|
||||
|
||||
Reference in New Issue
Block a user