This is an automated email from the ASF dual-hosted git repository.
elecharny pushed a commit to branch 2.1.X
in repository https://gitbox.apache.org/repos/asf/mina.git
The following commit(s) were added to refs/heads/2.1.X by this push:
new e58619e Removed some tabs
e58619e is described below
commit e58619e800f4858d5a8cea1a58dc9e0ead2aed33
Author: emmanuel lecharny <[email protected]>
AuthorDate: Wed Jan 12 10:38:11 2022 +0100
Removed some tabs
---
.../java/org/apache/mina/proxy/handlers/http/ntlm/NTLMUtilities.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/mina-core/src/main/java/org/apache/mina/proxy/handlers/http/ntlm/NTLMUtilities.java
b/mina-core/src/main/java/org/apache/mina/proxy/handlers/http/ntlm/NTLMUtilities.java
index 9c679ab..278c1c9 100644
---
a/mina-core/src/main/java/org/apache/mina/proxy/handlers/http/ntlm/NTLMUtilities.java
+++
b/mina-core/src/main/java/org/apache/mina/proxy/handlers/http/ntlm/NTLMUtilities.java
@@ -122,7 +122,7 @@ public class NTLMUtilities implements NTLMConstants {
try (BufferedReader reader = new BufferedReader(new
InputStreamReader(pr.getInputStream()))) {
pr.waitFor();
-
+
// We loop as we may have blank lines.
do {
line = reader.readLine();