From 0d0c2ce15e474d1cc9724e3c8ddffee0d3f575e0 Mon Sep 17 00:00:00 2001 From: Kuba <132459354+KubaPro010@users.noreply.github.com> Date: Fri, 3 Nov 2023 09:24:22 +0000 Subject: [PATCH] damn --- src/morse/morse.cpp | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/morse/morse.cpp b/src/morse/morse.cpp index 5b32f70..18ea341 100644 --- a/src/morse/morse.cpp +++ b/src/morse/morse.cpp @@ -62,16 +62,16 @@ const Morsecode code_table[] = {'X', "-..- "}, {'Y', "-.-- "}, {'Z', "--.. "}, - {'1', ".---- "}, - {'2', "..--- "}, - {'3', "...-- "}, - {'4', "....- "}, - {'5', "..... "}, - {'6', "-.... "}, - {'7', "--... "}, - {'8', "---.. "}, - {'9', "----. "}, - {'0', "----- "} + {'1', ".---- "}, + {'2', "..--- "}, + {'3', "...-- "}, + {'4', "....- "}, + {'5', "..... "}, + {'6', "-.... "}, + {'7', "--... "}, + {'8', "---.. "}, + {'9', "----. "}, + {'0', "----- "} }; /*