From 37f2539d894b8f1e9b85fd29005032c9bd4ba12a Mon Sep 17 00:00:00 2001 From: "Robin.Mueller" Date: Fri, 7 Aug 2020 20:44:40 +0200 Subject: [PATCH] empty line removed --- ipc/MutexIF.h | 1 - 1 file changed, 1 deletion(-) diff --git a/ipc/MutexIF.h b/ipc/MutexIF.h index b174fe0d..0d0cb444 100644 --- a/ipc/MutexIF.h +++ b/ipc/MutexIF.h @@ -5,7 +5,6 @@ /** * @brief Common interface for OS Mutex objects which provide MUTual EXclusion. - * * @details https://en.wikipedia.org/wiki/Lock_(computer_science) * @ingroup osal * @ingroup interface