From: Joachim Breitner <[email protected]>

Since the field names are indented by two, make the mult-line fields be
indented by 4 instead of 1.
---
 bin/wanna-build |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/wanna-build b/bin/wanna-build
index c093a7f..ed0477c 100755
--- a/bin/wanna-build
+++ b/bin/wanna-build
@@ -1900,7 +1900,7 @@ sub info_packages {
                                my $val = $pkg->{$key};
                                chomp( $val );
                                $val = "\n$val" if isin( $key, qw(Failed 
Old-Failed));
-                               $val =~ s/\n/\n /g;
+                               $val =~ s/\n/\n    /g;
                                printf "  %-20s: %s\n", $key, $val;
                        }
                        foreach $key (sort keys %$pkg) {
@@ -1908,7 +1908,7 @@ sub info_packages {
                                my $val = $pkg->{$key};
                                chomp( $val );
                                $val = "\n$val" if isin( $key, qw(Failed 
Old-Failed));
-                               $val =~ s/\n/\n /g;
+                               $val =~ s/\n/\n    /g;
                                printf "  %-20s: %s\n", $key, $val;
                        }
                }
-- 
1.6.3.3


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to