Passed
Pull Request — master (#13)
by Mark
01:50
created
lib/sioc_inc.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -138,7 +138,7 @@
 block discarded – undo
138 138
     public function export($rdf_content = '')
139 139
     {
140 140
         header('Content-Type: application/rdf+xml; charset=' . $this->encoding,
141
-               true, 200);
141
+                true, 200);
142 142
         echo $this->makeRDF($rdf_content);
143 143
     }
144 144
 
Please login to merge, or discard this patch.