mirror of
https://github.com/idanoo/php-resque
synced 2025-07-01 05:32:20 +00:00
fix spaces that should be tabs
This commit is contained in:
parent
6ed8fc048f
commit
9335ef51b4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue