changeset 5905:0bc48ff642d4

Remove leading whitespace for description. Fixes hint file production.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Mon, 01 Mar 2010 09:48:52 +0100
parents d597b56fe551
children 03fc8c60909d
files gub/specs/lilypond.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/lilypond.py	Fri Feb 26 09:52:18 2010 +0100
+++ b/gub/specs/lilypond.py	Mon Mar 01 09:48:52 2010 +0100
@@ -17,8 +17,8 @@
 
 class LilyPond__simple (target.AutoBuild):
     '''A program for printing sheet music
-    LilyPond lets you create music notation.  It produces beautiful
-    sheet music from a high-level description file.'''
+LilyPond lets you create music notation.  It produces beautiful
+sheet music from a high-level description file.'''
 
     source = 'git://git.sv.gnu.org/lilypond.git'
     branch = 'master'