[Jifty-commit] r5575 - in jifty/trunk: lib/Jifty

Jifty commits jifty-commit at lists.jifty.org
Wed Jul 23 13:20:29 EDT 2008


Author: alexmv
Date: Wed Jul 23 13:20:27 2008
New Revision: 5575

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/Util.pm

Log:
 r34555 at kohr-ah:  chmrr | 2008-07-23 13:18:28 -0400
  * Just a small indentation fixup


Modified: jifty/trunk/lib/Jifty/Util.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Util.pm	(original)
+++ jifty/trunk/lib/Jifty/Util.pm	Wed Jul 23 13:20:27 2008
@@ -60,10 +60,10 @@
             next;
         }
         elsif( $_ ne '..')  {
-        push @newpath, $_ ;
-    } else {
-        pop @newpath;
-    }
+            push @newpath, $_ ;
+        } else {
+            pop @newpath;
+        }
 
     }
 


More information about the Jifty-commit mailing list