Support completion for ":find". (Nazri Ramliy)
Cleanup white space.
diff --git a/src/ui.c b/src/ui.c
index a925def..cabee59 100644
--- a/src/ui.c
+++ b/src/ui.c
@@ -2998,7 +2998,7 @@
     if (col < 0)
     {
 #ifdef FEAT_NETBEANS_INTG
-        netbeans_gutter_click(lnum);
+	netbeans_gutter_click(lnum);
 #endif
 	col = 0;
     }