Tweaked whitespace

git-svn-id: http://owasp-java-html-sanitizer.googlecode.com/svn/trunk@65 ad8eed46-c659-4a31-e19d-951d88f54425
diff --git a/src/main/org/owasp/html/examples/EbayPolicyExample.java b/src/main/org/owasp/html/examples/EbayPolicyExample.java
index 857098f..7602c9b 100644
--- a/src/main/org/owasp/html/examples/EbayPolicyExample.java
+++ b/src/main/org/owasp/html/examples/EbayPolicyExample.java
@@ -119,7 +119,8 @@
   private static final Pattern HISTORY_BACK = Pattern.compile(
       "(?:javascript:)?\\Qhistory.go(-1)\\E");
 
-  private static final Pattern ONE_CHAR = Pattern.compile(".?", Pattern.DOTALL);
+  private static final Pattern ONE_CHAR = Pattern.compile(
+      ".?", Pattern.DOTALL);