Bug 9587 : QA follow up - fix one tabulation character
authorKatrin Fischer <Katrin.Fischer.83@web.de>
Sun, 17 Feb 2013 15:20:48 +0000 (16:20 +0100)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Sun, 24 Feb 2013 15:15:56 +0000 (10:15 -0500)
Makes QA script happy.

Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
C4/Context.pm

index 8451609..c2b5233 100644 (file)
@@ -1082,7 +1082,7 @@ sub set_userenv {
         "flags"      => $userflags,
         "emailaddress"     => $emailaddress,
         "branchprinter"    => $branchprinter,
-       "persona"    => $persona,
+        "persona"    => $persona,
     };
     $context->{userenv}->{$var} = $cell;
     return $cell;