]> git.uio.no Git - usit-rt.git/blobdiff - lib/RT/Condition/QueueChange.pm
Putting 4.2.0 on top of 4.0.17
[usit-rt.git] / lib / RT / Condition / QueueChange.pm
index ba7a8a495d995fe51e789880ebd2d683406ca0ec..ed3d9ff1f000ed358c0109f7ddf2263724676421 100644 (file)
@@ -60,10 +60,10 @@ If the queue has changed.
 sub IsApplicable {
     my $self = shift;
     if ($self->TransactionObj->Field eq 'Queue') {
-           return(1);
-    } 
+        return(1);
+    }
     else {
-           return(undef);
+        return(undef);
     }
 }