trivial whitespace cleanup
authorGalen Charlton <gmc@esilibrary.com>
Fri, 12 Oct 2012 19:38:59 +0000 (15:38 -0400)
committerGalen Charlton <gmc@esilibrary.com>
Fri, 12 Oct 2012 19:38:59 +0000 (15:38 -0400)
Locally consistent, globally all over the map in this file.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Publisher/actor.pm

index 8fa6c44..b0c9af2 100644 (file)
@@ -33,7 +33,7 @@ sub juv_to_adult {
             UPDATE  actor.usr
               SET   juvenile = FALSE
               WHERE AGE(dob) > ?::INTERVAL
-             AND juvenile IS TRUE;
+              AND juvenile IS TRUE;
        SQL
 
     my $sth = actor::user->db_Main->prepare_cached($sql);