]> git.koha-community.org Git - koha.git/commit
Bug 13499: Tidy of Auth.pm
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 5 Jan 2015 22:45:44 +0000 (22:45 +0000)
committerChris Cormack <chris@bigballofwax.co.nz>
Mon, 2 Feb 2015 18:43:03 +0000 (07:43 +1300)
commitd059d907e1d4bffa173c9b0a5d3a187d546df09d
treecf9d754b3bc5a14fbd45414f4c9d28a593243ca9
parent46de4d267ade7cfc9a4302e522a040a6feb6cad1
Bug 13499: Tidy of Auth.pm

This tidy should only change whitespace and not line breaks, thus
retaining history.

There are no code changes, and thus there should be no regressions to
test for koha wise.

To test the non-destrcutive nature of the patch, run a 'git blame -w' on
the file before and after the patch. The resulting blame should include
a comparabile history of the file, with only some additional blank
lines being attributed to this commit.

A 'git blame -wM' may also be useful for comparison purposes.

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
(cherry picked from commit 1926bf9d0180315f6e51431e3d514a8d53ce3b9c)
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
C4/Auth.pm