]> git.evergreen-ils.org Git - Evergreen.git/commit
Use spaces instead of tabs in QueryParser.pm
authorDan Scott <dan@coffeecode.net>
Mon, 21 May 2012 19:09:59 +0000 (15:09 -0400)
committerLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Mon, 21 May 2012 19:23:17 +0000 (15:23 -0400)
commit130ba6db26674313416a0309a0290fe98ec7404e
treedf41c62bf283fa3f32ec840a9ce4916001764399
parentf09d75c476244080512e143366a38cde683e192b
Use spaces instead of tabs in QueryParser.pm

Copying swathes of SQL from logs into psql would often trigger the
autocompletion that psql offers, garbling a query awfully. Define the
local $spc var as two spaces and use that instead, leaving open the
option for reverting to tabs or anything else people prefer.

Also remove trailing whitespace, as this whole thing is about space.

Signed-off-by: Dan Scott <dan@coffeecode.net>
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Driver/Pg/QueryParser.pm