diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2007-08-27 17:16:54 -0400 |
---|---|---|
committer | Michael Krufky <mkrufky@linuxtv.org> | 2007-08-27 17:16:54 -0400 |
commit | 61d260e2d3239aec8f44c91e3b971621bafbbd45 (patch) | |
tree | ac7eed1a80716ccfa145399465002ffaa385cbe9 /linux/drivers/media/video/cx88/cx88-tvaudio.c | |
parent | bfdfc0fe0d54a9f85ab488d74118652b6023ce5f (diff) | |
download | mediapointer-dvb-s2-61d260e2d3239aec8f44c91e3b971621bafbbd45.tar.gz mediapointer-dvb-s2-61d260e2d3239aec8f44c91e3b971621bafbbd45.tar.bz2 |
whitespace cleanup: replace leading spaces with tabs
From: Michael Krufky <mkrufky@linuxtv.org>
There were many instances of 7-space indents spread throughout
the v4l-dvb tree.
This patch replaces the 7-space indents with tabs. The whitespace cleaner
script doesn't catch these, because it assumes that all indents are 8-space.
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88-tvaudio.c')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-tvaudio.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-tvaudio.c b/linux/drivers/media/video/cx88/cx88-tvaudio.c index ef0c46102..8e5d60484 100644 --- a/linux/drivers/media/video/cx88/cx88-tvaudio.c +++ b/linux/drivers/media/video/cx88/cx88-tvaudio.c @@ -804,9 +804,9 @@ void cx88_get_stereo(struct cx88_core *core, struct v4l2_tuner *t) core->astat = reg; /* TODO - Reading from AUD_STATUS is not enough - for auto-detecting sap/dual-fm/nicam. - Add some code here later. + Reading from AUD_STATUS is not enough + for auto-detecting sap/dual-fm/nicam. + Add some code here later. */ # if 0 |