From c098b9c80d5ef451dfd683510c9f6c28489a8685 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Mon, 6 Jan 2014 17:56:35 +0000 Subject: [PATCH] whitespace git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1555948 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/org/apache/tools/ant/taskdefs/SQLExec.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/org/apache/tools/ant/taskdefs/SQLExec.java b/src/main/org/apache/tools/ant/taskdefs/SQLExec.java index f1c75c4d2..15db1a8b4 100644 --- a/src/main/org/apache/tools/ant/taskdefs/SQLExec.java +++ b/src/main/org/apache/tools/ant/taskdefs/SQLExec.java @@ -661,7 +661,7 @@ public class SQLExec extends JDBCTask { out = new PrintStream(new BufferedOutputStream(os), false, outputEncoding); } else { - out = new PrintStream(new BufferedOutputStream(os)); + out = new PrintStream(new BufferedOutputStream(os)); } }