Use spaces instead of tabs in QueryParser.pm user/dbs/query_parser_fts_replacement
authorDan Scott <dan@coffeecode.net>
Mon, 21 May 2012 19:09:59 +0000 (15:09 -0400)
committerDan Scott <dan@coffeecode.net>
Mon, 21 May 2012 19:12:33 +0000 (15:12 -0400)
commit922b357441efa1b0d16af0c4db139ed97d718e3e
treedf41c62bf283fa3f32ec840a9ce4916001764399
parent81e41ebf0db1d3f655b2806f4f8e4e31d9361229
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>
Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Driver/Pg/QueryParser.pm