Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Commit ac35eac

Browse files
author
Sebastien Guiriec
committed
tinyalsa: Fix Coding style issue.
Signed-off-by: Sebastien Guiriec <[email protected]>
1 parent 37a1f2a commit ac35eac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tinyalsa/TinyAlsaSubsystemBuilder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ extern "C"
3939
* It will then create an TinyAMixer Subsystem
4040
*/
4141
void PARAMETER_FRAMEWORK_PLUGIN_ENTRYPOINT_V1(CSubsystemLibrary *subsystemLibrary,
42-
core::log::Logger& logger)
42+
core::log::Logger &logger)
4343
{
4444
subsystemLibrary->addElementBuilder(
4545
"ALSA", new TLoggingElementBuilderTemplate<TinyAlsaSubsystem>(logger));

0 commit comments

Comments
 (0)