Pārlūkot izejas kodu

Update bin/administration

Replace tabs with spaces for consistent code formatting

Co-authored-by: El RIDO <elrido@gmx.net>

Jesus Suarez 1 gadu atpakaļ
vecāks
revīzija
abe7874829
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      bin/administration

+ 1 - 1
bin/administration

@@ -213,7 +213,7 @@ EOT, PHP_EOL;
             self::_help(2);
         }
 
-		$this->_opts = getopt('hd:epsl', array('help', 'delete:', 'empty-dirs', 'purge', 'statistics', 'list-ids', 'delete-all'));
+        $this->_opts = getopt('hd:epsl', array('help', 'delete:', 'empty-dirs', 'purge', 'statistics', 'list-ids', 'delete-all'));
 
         if (!$this->_opts) {
             self::_error_echo('unsupported arguments given');