automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Patch: FYI: indentation


From: Tom Tromey
Subject: Patch: FYI: indentation
Date: 31 Dec 2001 19:44:58 -0700

A minor indentation fix.

Tom

Index: ChangeLog
from  Tom Tromey  <address@hidden>

        * automake.in (handle_single_transform_list): Indentation fix.

Index: automake.in
===================================================================
RCS file: /cvs/automake/automake/automake.in,v
retrieving revision 1.1252
diff -u -r1.1252 automake.in
--- automake.in 2001/12/31 09:19:33 1.1252
+++ automake.in 2002/01/01 02:32:51
@@ -1993,7 +1993,8 @@
        }
        $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);
        }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]