[TASK] Fix line endings to LF only.

This commit is contained in:
JPT
2013-09-05 11:52:26 +02:00
parent 633b4443e7
commit 7f656fffd9
3 changed files with 342 additions and 342 deletions
+12 -12
View File
@@ -1,13 +1,13 @@
<?php
error_reporting(E_ALL);
require_once "CharColorConverter.class.php";
require_once "BoxImage.class.php";
require_once "FileImageConverter.class.php";
$filename = $argv[1];
$mode = $argv[2];
$converter = new FileImageConverter();
$converter->convertFile($filename, $mode);
<?php
error_reporting(E_ALL);
require_once "CharColorConverter.class.php";
require_once "BoxImage.class.php";
require_once "FileImageConverter.class.php";
$filename = $argv[1];
$mode = $argv[2];
$converter = new FileImageConverter();
$converter->convertFile($filename, $mode);
?>