Style
authorJan Schneider <jan@horde.org>
Fri, 17 Sep 2010 16:48:19 +0000 (18:48 +0200)
committerJan Schneider <jan@horde.org>
Fri, 17 Sep 2010 16:48:19 +0000 (18:48 +0200)
framework/Ldap/test/Horde/Ldap/LdifTest.php

index eb1f340..6cecf7a 100644 (file)
@@ -107,7 +107,8 @@ class Horde_Ldap_LdifTest extends PHPUnit_Framework_TestCase
     /**
      * Removes the outfile.
      */
-    public function tearDown() {
+    public function tearDown()
+    {
         @unlink($this->_outfile);
     }