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:16 UTC

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

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

URL: http://svn.apache.org/r1580226
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=1580226&r1=1580225&r2=1580226&view=diff
==============================================================================
--- thrift/cms-site/trunk/lib/path.pm (original)
+++ thrift/cms-site/trunk/lib/path.pm Sat Mar 22 15:26:15 2014
@@ -39,7 +39,7 @@ walk_content_tree {
     if (s!/index\.html$!!) {
         $dependencies{"$_/index.html"} = [
             grep s/^content//, glob("content$_/*.{md,mdtext}"),
-            glob("content$_/*/index.html")
+                               glob("content$_/*/index.html")
             ];
     }
 };