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/18 21:55:09 UTC

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

Author: joes
Date: Tue Mar 18 20:55:08 2014
New Revision: 1579038

URL: http://svn.apache.org/r1579038
Log:
whitespace

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=1579038&r1=1579037&r2=1579038&view=diff
==============================================================================
--- thrift/cms-site/trunk/lib/path.pm (original)
+++ thrift/cms-site/trunk/lib/path.pm Tue Mar 18 20:55:08 2014
@@ -38,7 +38,9 @@ find({ wanted => sub {
        }, no_chdir => 1 }, cwd() . "/content");
 
 our %dependencies = (
-    "/docs.md" => [ grep s/^content//, glob("content/docs/*.md"), glob "content/docs/*/index.md" ],
+    "/docs.md" => [
+        grep s/^content//, glob("content/docs/*.md"), glob "content/docs/*/index.md",
+    ],
     "/sitemap.html" => \@mdfiles,
 );