bug 909752

This commit is contained in:
Marc Delisle
2004-03-05 17:58:10 +00:00
parent 0cb13cb230
commit e22f80a3bf
2 changed files with 6 additions and 0 deletions

View File

@@ -1903,6 +1903,9 @@ if ($is_minimum_common == FALSE) {
if ($infunction && $typearr[3] == 'punct_bracket_close_round') {
$after .= ' ';
}
if ($typearr[1] == 'alpha_columnAttrib') {
$before .= ' ';
}
break;
case 'alpha_variable':
$after = ' ';