You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by ch...@apache.org on 2009/07/28 11:12:38 UTC

svn commit: r798458 - /incubator/shindig/trunk/php/src/gadgets/MetadataHandler.php

Author: chabotc
Date: Tue Jul 28 09:12:38 2009
New Revision: 798458

URL: http://svn.apache.org/viewvc?rev=798458&view=rev
Log:
Minor formatting cleanup

Modified:
    incubator/shindig/trunk/php/src/gadgets/MetadataHandler.php

Modified: incubator/shindig/trunk/php/src/gadgets/MetadataHandler.php
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/php/src/gadgets/MetadataHandler.php?rev=798458&r1=798457&r2=798458&view=diff
==============================================================================
--- incubator/shindig/trunk/php/src/gadgets/MetadataHandler.php (original)
+++ incubator/shindig/trunk/php/src/gadgets/MetadataHandler.php Tue Jul 28 09:12:38 2009
@@ -1,5 +1,4 @@
 <?php
-
 /**
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -96,7 +95,6 @@
       }
     }
     */
-
     $response['iframeUrl'] = $this->getIframeURL($gadget, $context);
     $response['features'] = $gadget->features;
     $response['links'] = $gadget->gadgetSpec->links;