summaryrefslogtreecommitdiff
path: root/gr-vocoder/python/vocoder/bindings
diff options
context:
space:
mode:
Diffstat (limited to 'gr-vocoder/python/vocoder/bindings')
-rw-r--r--gr-vocoder/python/vocoder/bindings/gsm_fr_decode_ps_python.cc2
-rw-r--r--gr-vocoder/python/vocoder/bindings/gsm_fr_encode_sp_python.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/gr-vocoder/python/vocoder/bindings/gsm_fr_decode_ps_python.cc b/gr-vocoder/python/vocoder/bindings/gsm_fr_decode_ps_python.cc
index 11149ac0c0..b5d7f4b69c 100644
--- a/gr-vocoder/python/vocoder/bindings/gsm_fr_decode_ps_python.cc
+++ b/gr-vocoder/python/vocoder/bindings/gsm_fr_decode_ps_python.cc
@@ -33,7 +33,7 @@ void bind_gsm_fr_decode_ps(py::module& m)
std::shared_ptr<gsm_fr_decode_ps>>(
m, "gsm_fr_decode_ps", D(gsm_fr_decode_ps))
- .def(py::init(&gsm_fr_decode_ps::make), D(gsm_fr_decode_ps, make))
+ .def(py::init(&gsm_fr_decode_ps::make), D(gsm_fr_decode_ps, make))
;
diff --git a/gr-vocoder/python/vocoder/bindings/gsm_fr_encode_sp_python.cc b/gr-vocoder/python/vocoder/bindings/gsm_fr_encode_sp_python.cc
index d119a61022..0c2daaaa49 100644
--- a/gr-vocoder/python/vocoder/bindings/gsm_fr_encode_sp_python.cc
+++ b/gr-vocoder/python/vocoder/bindings/gsm_fr_encode_sp_python.cc
@@ -33,7 +33,7 @@ void bind_gsm_fr_encode_sp(py::module& m)
std::shared_ptr<gsm_fr_encode_sp>>(
m, "gsm_fr_encode_sp", D(gsm_fr_encode_sp))
- .def(py::init(&gsm_fr_encode_sp::make),D(gsm_fr_encode_sp, make))
+ .def(py::init(&gsm_fr_encode_sp::make), D(gsm_fr_encode_sp, make))
;