From 8bc461175ceded9ec872cff17d84fbce8fc4795d Mon Sep 17 00:00:00 2001 From: Paul Pazderski Date: Sat, 18 May 2019 23:39:58 +0200 Subject: Bug 547304 - [cleanup] Fix wrong space/tab indentation This change fixes space or mixed tab/space indentations in all Java files. This also includes two or three space indentations and even fix most stray single spaces in indentations. The change includes only whitespace formatting and no code changes. Change-Id: I3e7b6abb69a1894c402f9123417346a44fc0992a --- .../org/eclipse/jface/internal/text/html/SubstitutionTextReader.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'org.eclipse.jface.text/src/org/eclipse/jface/internal/text/html/SubstitutionTextReader.java') diff --git a/org.eclipse.jface.text/src/org/eclipse/jface/internal/text/html/SubstitutionTextReader.java b/org.eclipse.jface.text/src/org/eclipse/jface/internal/text/html/SubstitutionTextReader.java index 4e1a0c0ece8..dea4d1d26f8 100644 --- a/org.eclipse.jface.text/src/org/eclipse/jface/internal/text/html/SubstitutionTextReader.java +++ b/org.eclipse.jface.text/src/org/eclipse/jface/internal/text/html/SubstitutionTextReader.java @@ -131,7 +131,7 @@ public abstract class SubstitutionTextReader extends SingleCharReader { /** * @see Reader#ready() */ - @Override + @Override public boolean ready() throws IOException { return fReader.ready(); } -- cgit v1.2.3