]> git.uio.no Git - usit-rt.git/blobdiff - lib/RT/Condition/PriorityExceeds.pm
Putting 4.2.0 on top of 4.0.17
[usit-rt.git] / lib / RT / Condition / PriorityExceeds.pm
index a28d6df1554ae6a61eb3f4d715bd49782351ded1..b43ef832a01478c432c8b8fe92ccfd79a6a8d4d2 100644 (file)
@@ -60,10 +60,10 @@ If the priority exceeds the argument value
 sub IsApplicable {
     my $self = shift;
     if ($self->TicketObj->Priority > $self->Argument)  {
-       return(1);
-    } 
+        return(1);
+    }
     else {
-       return(undef);
+        return(undef);
     }
 }