Skip to content

Commit

Permalink
Align output
Browse files Browse the repository at this point in the history
  • Loading branch information
André L F S Bacci committed Dec 9, 2024
1 parent d2fee0a commit 6c023e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/entities.php
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@ static function put( string $path , string $name , string $text , bool $global =
{
Entities::$countDuplicated++;
if ( Entities::$countDuplicated == 1 )
fwrite( STDERR , "\n" );
fwrite( STDERR , "\n Duplicated entity: $name\n" );
fwrite( STDERR , "\n\n" );
fwrite( STDERR , " Duplicated entity: $name\n" );
}
Entities::$unique[ $name ] = $entity;
}
Expand Down

0 comments on commit 6c023e7

Please sign in to comment.