mirror of
https://github.com/idanoo/php-resque.git
synced 2024-11-22 00:11:53 +00:00
fix spaces that should be tabs
This commit is contained in:
parent
6ed8fc048f
commit
9335ef51b4
@ -324,7 +324,7 @@ class Resque_Worker
|
|||||||
*/
|
*/
|
||||||
private function updateProcLine($status)
|
private function updateProcLine($status)
|
||||||
{
|
{
|
||||||
$processTitle = 'resque-' . Resque::VERSION . ': ' . $status;
|
$processTitle = 'resque-' . Resque::VERSION . ': ' . $status;
|
||||||
if(function_exists('cli_set_process_title')) {
|
if(function_exists('cli_set_process_title')) {
|
||||||
cli_set_process_title($processTitle);
|
cli_set_process_title($processTitle);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user