From 09c4ec5b3e109ac3d4e0a9513a45b3e4a7f9cc5e Mon Sep 17 00:00:00 2001 From: zy Date: Mon, 27 Nov 2023 23:57:16 -0500 Subject: [PATCH] reformat --- source/uapi/monitor_user_sw.h | 1 - 1 file changed, 1 deletion(-) diff --git a/source/uapi/monitor_user_sw.h b/source/uapi/monitor_user_sw.h index 78ca2a0..cb041c1 100644 --- a/source/uapi/monitor_user_sw.h +++ b/source/uapi/monitor_user_sw.h @@ -1,7 +1,6 @@ #ifndef UAPI_MONITOR_SW_H #define UAPI_MONITOR_SW_H -//!todo START_WATCH_CHAR #define START_WATCH_CHAR(name, ptr, threshold) \ do { \ watch_arg w_arg = {0}; \