]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* automake.in (handle_single_transform_list): Indentation fix.
authorTom Tromey <tromey@redhat.com>
Tue, 1 Jan 2002 02:34:05 +0000 (02:34 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 1 Jan 2002 02:34:05 +0000 (02:34 +0000)
ChangeLog
automake.in

index 7b32ab75e25c74d802fe7f99a91b0cedc00f608f..fada513f7caf54af0976cab4dc751263ae297bfa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-12-31  Tom Tromey  <tromey@redhat.com>
+
+       * automake.in (handle_single_transform_list): Indentation fix.
+
 2001-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
 
        * automake.in (common_files): Add COPYING.DOC.
index 8acf38556f9b0db8af99436bd796d0248ce1a980..ef672461dea6e4add7739ab6bda12bc419004c26 100755 (executable)
@@ -1993,7 +1993,8 @@ sub handle_single_transform_list ($$$$@)
        }
        $object_compilation_map{$comp_obj} |= $comp_val;
 
-       if (defined $lang) {
+       if (defined $lang)
+       {
            # Let the language do some special magic if required.
            $lang->target_hook ($aggregate, $object, $full);
        }