[alsa-devel] [PATCH 08/17] Clean up tabs.

Mark Brown broonie at opensource.wolfsonmicro.com
Thu Jan 10 14:17:06 CET 2008


From: Liam Girdwood <lg at opensource.wolfsonmicro.com>

Signed-off-by: Liam Girdwood <lg at opensource.wolfsonmicro.com>
---
 sound/soc/soc-dapm.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sound/soc/soc-dapm.c b/sound/soc/soc-dapm.c
index e8d7fae..4a5bd85 100644
--- a/sound/soc/soc-dapm.c
+++ b/sound/soc/soc-dapm.c
@@ -1298,9 +1298,9 @@ int snd_soc_dapm_device_event(struct snd_soc_device *socdev, int event)
 	struct snd_soc_machine *machine = socdev->machine;
 
 	if (machine->dapm_event)
-				machine->dapm_event(machine, event);
+		machine->dapm_event(machine, event);
 	if (codec->dapm_event)
-				codec->dapm_event(codec, event);
+		codec->dapm_event(codec, event);
 	return 0;
 }
 EXPORT_SYMBOL_GPL(snd_soc_dapm_device_event);
-- 
1.5.3.8



More information about the Alsa-devel mailing list