Skip to content

Commit 62eef07

Browse files
committed
amplifier: Run clang-format
Change-Id: I6061f5b4954cbd262d596a5a11640439034240e5
1 parent 14f29f0 commit 62eef07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

amplifier/audio_amplifier.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ typedef struct amp_device {
3939
struct audio_device* adev;
4040
struct audio_usecase* usecase_tx;
4141
struct pcm* cs35l41_out;
42-
const struct hw_module_t *module_ahal;
42+
const struct hw_module_t* module_ahal;
4343
typeof(enable_snd_device)* enable_snd_device;
4444
typeof(enable_audio_route)* enable_audio_route;
4545
typeof(disable_snd_device)* disable_snd_device;

0 commit comments

Comments
 (0)