From 1fc8e0219319cde292096f38b4b1c511f5f8d960 Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Tue, 8 Feb 2000 19:55:02 +0000 Subject: [PATCH] added newline to end of file --- src/libCom/osi/osiMutex.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/libCom/osi/osiMutex.h b/src/libCom/osi/osiMutex.h index 0aba24d2c..1f6cb9abe 100644 --- a/src/libCom/osi/osiMutex.h +++ b/src/libCom/osi/osiMutex.h @@ -94,4 +94,5 @@ inline void osiMutex::unlock () const inline void osiMutex::show (unsigned level) const { semMutexShow (this->id, level); -} \ No newline at end of file +} +