From 28e92b89f49bef7989131a356dc24c524bcff51a Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 19 Nov 2001 23:19:21 +0000 Subject: Change 'return ;' to 'return;'; remove space. --- src/interfaces/jdbc/example/psql.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/interfaces/jdbc/example/psql.java') diff --git a/src/interfaces/jdbc/example/psql.java b/src/interfaces/jdbc/example/psql.java index a5af214d574..05932937279 100644 --- a/src/interfaces/jdbc/example/psql.java +++ b/src/interfaces/jdbc/example/psql.java @@ -82,7 +82,7 @@ public class psql if (line.startsWith("\\")) { processSlashCommand(line); - return ; + return; } boolean type = st.execute(line); -- cgit v1.2.3