From 2291c0700244af089a35b7bf07089fcefe4501fb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=B4me=20Chilliet?= <come.chilliet@fusiondirectory.org>
Date: Wed, 2 Oct 2019 17:05:19 +0200
Subject: [PATCH] :ambulance: fix(userinfo) Fix codestyle

issue #5531
---
 include/class_userinfo.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/class_userinfo.inc b/include/class_userinfo.inc
index 803fac49f..428f27de4 100644
--- a/include/class_userinfo.inc
+++ b/include/class_userinfo.inc
@@ -489,8 +489,8 @@ class userinfo
     /* If we do not need to respect any user-filter settings
         we can skip the per object ACL checks.
      */
-    $orig_dn = $dn;
-    $dn = $adn;
+    $orig_dn  = $dn;
+    $dn       = $adn;
     if (isset($ACL_CACHE["$dn+$object+$attribute"])) {
       $ret = $ACL_CACHE["$dn+$object+$attribute"];
       if (!isset($ACL_CACHE["$orig_dn+$object+$attribute"])) {
-- 
GitLab