1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-03 20:02:46 +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

@ -485,7 +485,7 @@ public class Serialize
{
DriverManager.println("Serialize.create: table " + tableName + " exists, skipping");
rs.close();
return ;
return;
}
// else table not found, so create it