clang-format: copy latest and re-format
clang-format-16 has some backwards incompatible changes that require
additional settings for best compatibility and re-running the formatter.
Copy the latest .clang-format from the docs repository and reformat the
repository.
Change-Id: I7801712fe34e10fec586d1e962afebd9ebcce46c
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/src/snmp_trap.hpp b/src/snmp_trap.hpp
index 5453eb4..6f07550 100644
--- a/src/snmp_trap.hpp
+++ b/src/snmp_trap.hpp
@@ -56,14 +56,12 @@
SNMPTrap& operator=(const SNMPTrap&) = delete;
SNMPTrap& operator=(SNMPTrap&&) = default;
virtual ~SNMPTrap() = default;
- SNMPTrap() : Callback()
- {}
+ SNMPTrap() : Callback() {}
/** @brief Callback interface implementation.
* @param[in] ctc - context.
*/
- void operator()(Context /* ctx */) override
- {}
+ void operator()(Context /* ctx */) override {}
/** @brief Callback interface implementation.
* @param[in] ctc - context.