summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/include/gnuradio/custom_lock.h
diff options
context:
space:
mode:
authorDavid Sorber <david.sorber@blacklynx.tech>2021-10-18 08:54:12 -0400
committermormj <34754695+mormj@users.noreply.github.com>2021-10-25 11:27:01 -0400
commitd4bd90853f499d5b65a61b3b7bf9ecf50e68bf6b (patch)
treed1bde0753540937bf6678f0cef1734d88ed5f9ce /gnuradio-runtime/include/gnuradio/custom_lock.h
parent47c374211221f3c636e0be2238ef233dd353697d (diff)
runtime: replace the DEFINE_CUSTOM_BUFFER_TYPE() macro function with
some advanced template magic; also a few minor type corrections for consistency Signed-off-by: David Sorber <david.sorber@blacklynx.tech>
Diffstat (limited to 'gnuradio-runtime/include/gnuradio/custom_lock.h')
-rw-r--r--gnuradio-runtime/include/gnuradio/custom_lock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-runtime/include/gnuradio/custom_lock.h b/gnuradio-runtime/include/gnuradio/custom_lock.h
index 5011abe5eb..b8d9ed6d47 100644
--- a/gnuradio-runtime/include/gnuradio/custom_lock.h
+++ b/gnuradio-runtime/include/gnuradio/custom_lock.h
@@ -67,4 +67,4 @@ private:
} /* namespace gr */
-#endif /* INCLUDED_GR_CUSTOM_LOCK_H */ \ No newline at end of file
+#endif /* INCLUDED_GR_CUSTOM_LOCK_H */