[media] tveeprom: Fix lots of bad whitespace
authorMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 8 Feb 2013 18:17:10 +0000 (16:17 -0200)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 8 Feb 2013 18:19:22 +0000 (16:19 -0200)
commitcc318180c8ec87ce692d1fbb22923f9e05871197
tree46539dc80e5ef07e07ade7e9f60feb0f43077dcc
parenta393edad2a1d5a53918bfb5ac1608fb8d17068dc
[media] tveeprom: Fix lots of bad whitespace

While running checkpatch.pl after the last patch, I noticed
lots of those:
WARNING: please, no space before tabs
#151: FILE: drivers/media/common/tveeprom.c:99:
+^I{ TUNER_ABSENT,        ^I^I"None" },$

(together with other checkpatch.pl errors/warnings)

While I won't be fixing everything, as I have already an
script to fix the above, let's do it, in order to clean it
a little bit.

While here, also drop cmacs-specific format text at the end.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/common/tveeprom.c