Fixed indentation
authorJean-Philippe Orsini <jeanfi@gmail.com>
Tue, 19 Jan 2016 23:57:42 +0000 (00:57 +0100)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Tue, 19 Jan 2016 23:57:42 +0000 (00:57 +0100)
mp3tohtml.py

index 3ba95f6..7a030ac 100755 (executable)
@@ -1,11 +1,12 @@
 #!/usr/bin/python
 
-# Generate an HTML page containing information about
-# MP3s in a directory.
+# Generate an HTML page containing information about MP3s in a
+# directory.
 #
 # Usage: mp3tohtml.py <mp3_dir>
 #
-# Last version of this tool can be get from the GIT repository http://git.wpitchoune.net/radio.git
+# Last version of this tool can be get from the GIT repository:
+# http://git.wpitchoune.net/radio.git
 #
 # (c) 2015 Jean-Philippe Orsini  <jeanfi@gmail.com>