Module: monitoring-plugins
 Branch: master
 Commit: aa1f9c50118d63f7229523655a1fab28fd0eab24
 Author: RincewindsHat <[email protected]>
   Date: Wed Oct 16 00:11:39 2024 +0200
    URL: 
https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=aa1f9c5

check_icmp: clang-format

---

 plugins-root/check_icmp.c | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/plugins-root/check_icmp.c b/plugins-root/check_icmp.c
index 2fd92cd..6eefeb0 100644
--- a/plugins-root/check_icmp.c
+++ b/plugins-root/check_icmp.c
@@ -175,7 +175,13 @@ typedef union icmp_packet {
 #define MODE_ALL       2
 #define MODE_ICMP      3
 
-enum enum_threshold_mode { const_rta_mode, const_packet_loss_mode, 
const_jitter_mode, const_mos_mode, const_score_mode };
+enum enum_threshold_mode {
+       const_rta_mode,
+       const_packet_loss_mode,
+       const_jitter_mode,
+       const_mos_mode,
+       const_score_mode
+};
 
 typedef enum enum_threshold_mode threshold_mode;
 

Reply via email to