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