summaryrefslogtreecommitdiff
path: root/includes/PatrolLog.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/PatrolLog.php')
-rw-r--r--includes/PatrolLog.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/includes/PatrolLog.php b/includes/PatrolLog.php
index 35cb4a02..5f305c10 100644
--- a/includes/PatrolLog.php
+++ b/includes/PatrolLog.php
@@ -31,7 +31,7 @@ class PatrolLog {
return false;
}
}
-
+
/**
* Generate the log action text corresponding to a patrol log item
*
@@ -67,7 +67,7 @@ class PatrolLog {
return '';
}
}
-
+
/**
* Prepare log parameters for a patrolled change
*
@@ -82,6 +82,4 @@ class PatrolLog {
(int)$auto
);
}
-
}
-