From e5171da30057253570274f385eb97e411e961f12 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Fri, 22 Jun 2012 12:49:56 +0200 Subject: [PATCH] remove unnecessary closing PHP tag --- apps/user_ldap/user_ldap.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/apps/user_ldap/user_ldap.php b/apps/user_ldap/user_ldap.php index 48e7d429fcb..85b3d88973c 100644 --- a/apps/user_ldap/user_ldap.php +++ b/apps/user_ldap/user_ldap.php @@ -139,6 +139,4 @@ class OC_USER_LDAP extends OC_User_Backend { return true; } -} - -?> +} \ No newline at end of file -- 2.39.5