1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-28 18:48:04 +03:00

Change 'return ;' to 'return;'; remove space.

This commit is contained in:
Bruce Momjian
2001-11-19 23:19:21 +00:00
parent 0dfe913803
commit 28e92b89f4
14 changed files with 34 additions and 34 deletions

View File

@@ -234,7 +234,7 @@ public class Unicode
catch (ClassNotFoundException cnfe)
{
log("Unable to load driver", cnfe);
return ;
return;
}
try
{