]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - src/com/hughes/android/util/NonLinkClickableSpan.java
Auto-format everything.
[Dictionary.git] / src / com / hughes / android / util / NonLinkClickableSpan.java
index a590d387ad7237608383c0ca19eddc8bcba672b4..46857d7666b77022b8a53e8dd9bcc91f2abe5ae9 100644 (file)
@@ -24,7 +24,7 @@ public class NonLinkClickableSpan extends ClickableSpan {
     // each span.
 
     final int color;
-    
+
     public NonLinkClickableSpan(int color) {
         this.color = color;
     }
@@ -32,7 +32,7 @@ public class NonLinkClickableSpan extends ClickableSpan {
     // Won't see these on a long-click.
     @Override
     public void onClick(View widget) {
-        // Don't need to do anything.  These spans are just used to see where
+        // Don't need to do anything. These spans are just used to see where
         // the user long-pressed.
     }