From 09634eafe15e2c63bddcea104e36f27367bd2fa7 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 19 Nov 2001 23:16:46 +0000 Subject: Indent jdbc case labels using pgjindent. --- src/interfaces/jdbc/example/psql.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (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 697198ce3a6..a5af214d574 100644 --- a/src/interfaces/jdbc/example/psql.java +++ b/src/interfaces/jdbc/example/psql.java @@ -50,7 +50,7 @@ public class psql // Now the main loop. int tt = 0, lineno = 1; while (tt != StreamTokenizer.TT_EOF && ! done) - { // done added by CWJ to permit \q command + { System.out.print("[" + lineno + "] "); System.out.flush(); @@ -72,7 +72,6 @@ public class psql System.out.println("Now closing the connection"); st.close(); db.close(); - } /* -- cgit v1.2.3