You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by jo...@apache.org on 2014/03/22 16:26:43 UTC

svn commit: r1580227 - /thrift/cms-site/trunk/lib/path.pm

Author: joes
Date: Sat Mar 22 15:26:43 2014
New Revision: 1580227

URL: http://svn.apache.org/r1580227
Log:
indent

Modified:
    thrift/cms-site/trunk/lib/path.pm

Modified: thrift/cms-site/trunk/lib/path.pm
URL: http://svn.apache.org/viewvc/thrift/cms-site/trunk/lib/path.pm?rev=1580227&r1=1580226&r2=1580227&view=diff
==============================================================================
--- thrift/cms-site/trunk/lib/path.pm (original)
+++ thrift/cms-site/trunk/lib/path.pm Sat Mar 22 15:26:43 2014
@@ -40,7 +40,7 @@ walk_content_tree {
         $dependencies{"$_/index.html"} = [
             grep s/^content//, glob("content$_/*.{md,mdtext}"),
                                glob("content$_/*/index.html")
-            ];
+        ];
     }
 };