summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas De Schampheleire <patrickdepinguin@gmail.com>2013-12-25 10:51:29 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2013-12-25 12:29:34 +0100
commit545f3a3b3259a74dc3b618790cd06886dfdeb432 (patch)
tree7883fdb2a4db6b3fef6ff4cda345c71fb89042a9
parent7e6716137f7e05bb60bd52928a43587d198ddc78 (diff)
downloadbuildroot-545f3a3b3259a74dc3b618790cd06886dfdeb432.tar.gz
buildroot-545f3a3b3259a74dc3b618790cd06886dfdeb432.zip
python-id3: correct indentation of Config.in file
Tab instead of four spaces. Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/python-id3/Config.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/package/python-id3/Config.in b/package/python-id3/Config.in
index 829a657321..6ddfd541bd 100644
--- a/package/python-id3/Config.in
+++ b/package/python-id3/Config.in
@@ -1,9 +1,9 @@
config BR2_PACKAGE_PYTHON_ID3
- bool "python-id3"
- depends on BR2_PACKAGE_PYTHON
- help
- This module allows one to read and manipulate so-called ID3
- informational tags on MP3 files through an object-oriented
- Python interface.
+ bool "python-id3"
+ depends on BR2_PACKAGE_PYTHON
+ help
+ This module allows one to read and manipulate so-called ID3
+ informational tags on MP3 files through an object-oriented
+ Python interface.
- http://id3-py.sourceforge.net/
+ http://id3-py.sourceforge.net/
OpenPOWER on IntegriCloud