Merge branch 'master' of git.freeside.biz:/home/git/freeside
[freeside.git] / rt / lib / RT / Condition / PriorityChange.pm
index 06b5b06..8992e7b 100644 (file)
@@ -62,10 +62,10 @@ the Priority Obj
 sub IsApplicable {
     my $self = shift;
     if ($self->TransactionObj->Field eq 'Priority') {
-       return(1);
-    } 
+        return(1);
+    }
     else {
-       return(undef);
+        return(undef);
     }
 }