From 4489eb8b3e00cd8c5b897c36412e6fb28a727c10 Mon Sep 17 00:00:00 2001 From: Sandro Welte Date: Thu, 8 Feb 2024 20:42:50 +0100 Subject: [PATCH] refactoring: description added --- src/convert_m_to_ft.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/convert_m_to_ft.c b/src/convert_m_to_ft.c index 34b7466..e488352 100644 --- a/src/convert_m_to_ft.c +++ b/src/convert_m_to_ft.c @@ -20,4 +20,4 @@ float convert_length(float value, char from_unit, char to_unit) { return result; } - +// function converts between cm to inches and vice versa, and between m to ft and vice versa