mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-19 15:05:36 +02:00
Cosmetics.
This commit is contained in:
parent
8d5b9371c1
commit
06c859eb03
1 changed files with 1 additions and 3 deletions
|
@ -48,11 +48,9 @@ import org.eclipse.cdt.internal.ui.text.CTextTools;
|
||||||
* Testing the auto indent strategies.
|
* Testing the auto indent strategies.
|
||||||
*/
|
*/
|
||||||
public class CAutoIndentTest extends AbstractAutoEditTest {
|
public class CAutoIndentTest extends AbstractAutoEditTest {
|
||||||
|
|
||||||
private HashMap<String, String> fOptions;
|
private HashMap<String, String> fOptions;
|
||||||
private List<IStatus> fStatusLog;
|
private List<IStatus> fStatusLog;
|
||||||
private ILogListener fLogListener;
|
private ILogListener fLogListener;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param name
|
* @param name
|
||||||
|
@ -85,7 +83,7 @@ public class CAutoIndentTest extends AbstractAutoEditTest {
|
||||||
if (plugin != null) {
|
if (plugin != null) {
|
||||||
plugin.getLog().addLogListener(fLogListener);
|
plugin.getLog().addLogListener(fLogListener);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* @see junit.framework.TestCase#tearDown()
|
* @see junit.framework.TestCase#tearDown()
|
||||||
|
|
Loading…
Add table
Reference in a new issue