[perl-Devel-Cycle] Patch whitespace cleanup

Petr Šabata psabata at fedoraproject.org
Mon Nov 28 14:25:25 UTC 2011


commit 7ad94c0db9b849f248455e898ec39d921b109ebc
Author: Petr Šabata <contyk at redhat.com>
Date:   Mon Nov 28 15:22:43 2011 +0100

    Patch whitespace cleanup

 perl-Devel-Cycle-1.11-512.patch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/perl-Devel-Cycle-1.11-512.patch b/perl-Devel-Cycle-1.11-512.patch
index 119f828..33046c9 100644
--- a/perl-Devel-Cycle-1.11-512.patch
+++ b/perl-Devel-Cycle-1.11-512.patch
@@ -9,7 +9,7 @@ index 19d3d63..2c5fdd1 100644
 -  return 'SCALAR' if UNIVERSAL::isa($thingy,'SCALAR') || UNIVERSAL::isa($thingy,'REF');
 +  return 'SCALAR' if UNIVERSAL::isa($thingy,'SCALAR') ||
 +                     UNIVERSAL::isa($thingy,'REF') ||
-+		     UNIVERSAL::isa($thingy,'Regexp');
++                     UNIVERSAL::isa($thingy,'Regexp');
    return 'ARRAY'  if UNIVERSAL::isa($thingy,'ARRAY');
    return 'HASH'   if UNIVERSAL::isa($thingy,'HASH');
    return 'CODE'   if UNIVERSAL::isa($thingy,'CODE');


More information about the scm-commits mailing list