]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
python-id3: correct indentation of Config.in file
authorThomas De Schampheleire <patrickdepinguin@gmail.com>
Wed, 25 Dec 2013 09:51:29 +0000 (10:51 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 25 Dec 2013 11:29:34 +0000 (12:29 +0100)
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>
package/python-id3/Config.in

index 829a657321cc7355e1ce782258343418c7feff19..6ddfd541bda415bad11f51e56a66096234497fa6 100644 (file)
@@ -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/