From eb90a36bb5dba946ba4e1b0da304fe42adb0962c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Damian=20Kara=C5=9B?= <s176030@student.pg.edu.pl>
Date: Sat, 20 Nov 2021 15:03:09 +0100
Subject: [PATCH] ALSA_support: fix typos
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Damian Karaś <s176030@student.pg.edu.pl>
---
 src/cpp/ALSA_support.cpp | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/cpp/ALSA_support.cpp b/src/cpp/ALSA_support.cpp
index 8ecc999..b4d55b1 100644
--- a/src/cpp/ALSA_support.cpp
+++ b/src/cpp/ALSA_support.cpp
@@ -52,7 +52,6 @@ DSP::ALSA_object_t::ALSA_object_t()
   audio_inbuffer_size_in_frames = 8000;
   audio_outbuffer_size_in_frames = 8000;
   size_b = 32;
-
 }
 
 DSP::ALSA_object_t::~ALSA_object_t()
@@ -78,7 +77,6 @@ DSP::ALSA_object_t::~ALSA_object_t()
     close_PCM_device_input();
   if (IsDeviceOutputOpen)
     close_PCM_device_output(true);
-
 }
 
 unsigned int DSP::ALSA_object_t::select_input_device_by_number(const unsigned int &device_number)
@@ -162,7 +160,6 @@ int DSP::ALSA_object_t::open_alsa_device(snd_pcm_stream_t stream_type)
   if (alsa_handle != NULL)
     close_alsa_device();
 
-  // ==================================================== //
   #ifdef AUDIO_DEBUG_MESSAGES_ON
     DSP::log << "Opening ALSA device" << endl;
   
-- 
GitLab