From 102211d89ad0615a0da21b9480be4562cf32cb83 Mon Sep 17 00:00:00 2001 From: Nathaniel Herman Date: Thu, 1 Jan 2009 22:31:50 +0000 Subject: [PATCH] Change tabs -> spaces --- includes/specials/SpecialAllpages.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/includes/specials/SpecialAllpages.php b/includes/specials/SpecialAllpages.php index c6c10026ea..bf68dfa6fe 100644 --- a/includes/specials/SpecialAllpages.php +++ b/includes/specials/SpecialAllpages.php @@ -11,15 +11,15 @@ class SpecialAllpages extends IncludableSpecialPage { */ protected $maxPerPage = 345; - /** - * Maximum number of pages to show on single index subpage. - */ - protected $maxLineCount = 200; - - /** - * Maximum number of chars to show for an entry. - */ - protected $maxPageLength = 70; + /** + * Maximum number of pages to show on single index subpage. + */ + protected $maxLineCount = 200; + + /** + * Maximum number of chars to show for an entry. + */ + protected $maxPageLength = 70; /** * Determines, which message describes the input field 'nsfrom'. -- 2.20.1