Line endings are converted to unix style

This commit is contained in:
Michael 2018-02-09 03:49:49 +00:00
parent 164f4f7cdf
commit 15a857e411
35 changed files with 1484 additions and 1484 deletions

View file

@ -1,11 +1,11 @@
<?php
namespace Friendica\Network\HTTPException;
use Friendica\Network\HTTPException;
class ImATeapotException extends HTTPException
{
var $httpcode = 418;
var $httpdesc = "I'm A Teapot";
}
<?php
namespace Friendica\Network\HTTPException;
use Friendica\Network\HTTPException;
class ImATeapotException extends HTTPException
{
var $httpcode = 418;
var $httpdesc = "I'm A Teapot";
}