summaryrefslogtreecommitdiffstats
path: root/src/make_alsa_driver.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/make_alsa_driver.hpp')
-rw-r--r--src/make_alsa_driver.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/make_alsa_driver.hpp b/src/make_alsa_driver.hpp
index 8762718..f72da99 100644
--- a/src/make_alsa_driver.hpp
+++ b/src/make_alsa_driver.hpp
@@ -36,7 +36,7 @@ make_alsa_driver(ILog& log, Driver::EventSink emit_event);
inline std::unique_ptr<Driver>
make_alsa_driver(ILog&, Driver::EventSink)
{
- return nullptr;
+ return nullptr;
}
#endif