style: normalize end of files
authorAntoine Musso <hashar@free.fr>
Wed, 30 Jan 2013 14:29:40 +0000 (15:29 +0100)
committerAntoine Musso <hashar@free.fr>
Sun, 3 Feb 2013 14:04:39 +0000 (15:04 +0100)
commitf6b92231fd584e407dc2aab39c3574448c5615c5
tree5e8a5701de42b33ee424d751188e343511c45c30
parent0b52d57797c78031ffaeadcdb62df6c73f716b4f
style: normalize end of files

By PSR2 PHP Standard, the files should ends with exactly one newline.
Some of our files have 2 or more and some other were missing a newline.

Fix almost all occurences of CodeSniffer sniff:
PSR2.Files.EndFileNewline.TooMany

I have not fixed the selenium files, I believe we will drop them.

Change-Id: I89fca8c1786fee94855b7b77bb0f364001ee84b6
55 files changed:
api.php
includes/ArrayUtils.php
includes/Cdb.php
includes/Collation.php
includes/ConfEditor.php
includes/api/ApiQueryStashImageInfo.php
includes/content/ContentHandler.php
includes/db/DatabaseUtility.php
includes/db/IORMRow.php
includes/db/LoadMonitor.php
includes/db/ORMIterator.php
includes/db/ORMTable.php
includes/filerepo/LocalRepo.php
includes/installer/WebInstallerPage.php
includes/job/jobs/DoubleRedirectJob.php
includes/libs/IEContentAnalyzer.php
includes/media/Exif.php
includes/media/ExifBitmap.php
includes/media/Jpeg.php
includes/objectcache/HashBagOStuff.php
includes/objectcache/MemcachedBagOStuff.php
includes/objectcache/MemcachedPhpBagOStuff.php
includes/objectcache/RedisBagOStuff.php
includes/objectcache/SqlBagOStuff.php
includes/parser/StripState.php
includes/search/SearchMssql.php
includes/site/SiteList.php
includes/specials/SpecialMostlinkedtemplates.php
includes/specials/SpecialUpload.php
maintenance/archives/upgradeLogging.php
maintenance/checkSyntax.php
maintenance/deleteOldRevisions.php
maintenance/deleteOrphanedRevisions.php
maintenance/doMaintenance.php
maintenance/dumpLinks.php
maintenance/dumpTextPass.php
maintenance/edit.php
maintenance/eval.php
maintenance/formatInstallDoc.php
maintenance/fuzz-tester.php
maintenance/mergeMessageFileList.php
maintenance/populateLogUsertext.php
maintenance/preprocessDump.php
maintenance/reassignEdits.php
maintenance/showStats.php
maintenance/storage/fixBug20757.php
maintenance/storage/moveToExternal.php
maintenance/storage/recompressTracked.php
maintenance/storage/resolveStubs.php
maintenance/storage/storageTypeStats.php
maintenance/storage/testCompression.php
maintenance/term/MWTerm.php
maintenance/userOptions.php
serialized/serialize.php
tests/TestsAutoLoader.php