Преглед изворни кода

Update bin/administration

Replace tabs with spaces for consistent code formatting

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

Jesus Suarez пре 1 година
родитељ
комит
abe7874829
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      bin/administration

+ 1 - 1
bin/administration

@@ -213,7 +213,7 @@ EOT, PHP_EOL;
             self::_help(2);
             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) {
         if (!$this->_opts) {
             self::_error_echo('unsupported arguments given');
             self::_error_echo('unsupported arguments given');