summaryrefslogtreecommitdiffstats
path: root/test-runner/src
diff options
context:
space:
mode:
authorJohn Spurlock <jspurlock@google.com>2014-02-25 09:40:05 -0500
committerJohn Spurlock <jspurlock@google.com>2014-02-25 09:49:29 -0500
commit8a985d24ce9a38f40ed88fecbdcd0e75e3a68f44 (patch)
treea71a241bf554a157a25d54dce66364d7881c3579 /test-runner/src
parent875e2101d71afe7e4acf10b061c942fbf7294775 (diff)
downloadframeworks_base-8a985d24ce9a38f40ed88fecbdcd0e75e3a68f44.zip
frameworks_base-8a985d24ce9a38f40ed88fecbdcd0e75e3a68f44.tar.gz
frameworks_base-8a985d24ce9a38f40ed88fecbdcd0e75e3a68f44.tar.bz2
Tabs -> spaces in frameworks/base.
Change-Id: I5a84e8e93ac99b5ed0212b37bf66efa5e53864be
Diffstat (limited to 'test-runner/src')
-rw-r--r--test-runner/src/junit/runner/FailureDetailView.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-runner/src/junit/runner/FailureDetailView.java b/test-runner/src/junit/runner/FailureDetailView.java
index 1b8365a..c846191 100644
--- a/test-runner/src/junit/runner/FailureDetailView.java
+++ b/test-runner/src/junit/runner/FailureDetailView.java
@@ -12,7 +12,7 @@ import junit.framework.*;
public interface FailureDetailView {
// The following definition was removed for compatibility with Android
// libraries.
- // /**
+ // /**
// * Returns the component used to present the TraceView
// */
// public Component getComponent();