1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-16 11:03:59 +02:00

do some trivial codestyle fixes

unix newlines, trailing spaces
This commit is contained in:
Elan Ruusamäe
2016-01-22 00:30:38 +02:00
parent 90bf31f53b
commit 379feaba99
40 changed files with 1424 additions and 1327 deletions

View File

@@ -1,15 +1,15 @@
<?php
/**
* Class Minify_Source
* Class Minify_Source
* @package Minify
*/
/**
* A content source to be minified by Minify.
*
/**
* A content source to be minified by Minify.
*
* This allows per-source minification options and the mixing of files with
* content from other sources.
*
*
* @package Minify
* @author Stephen Clay <steve@mrclay.org>
*/