removed trailing space in code and tests

This commit is contained in:
Frank Cizmich
2014-11-05 18:30:58 -02:00
parent c99f271649
commit 5051753c6f
3 changed files with 4 additions and 4 deletions

View File

@@ -5822,7 +5822,7 @@ sub main {
}
foreach my $thing ( $first_sql, $next_sql ) {
$thing .= " ORDER BY $index_cols " if $index_cols;
$thing .= " ORDER BY $index_cols" if $index_cols;
$thing .= " LIMIT $limit";
if ( $o->get('for-update') ) {
$thing .= ' FOR UPDATE';