Support completion for ":find". (Nazri Ramliy)
Cleanup white space.
diff --git a/src/getchar.c b/src/getchar.c
index 2718ec6..f1a4dda 100644
--- a/src/getchar.c
+++ b/src/getchar.c
@@ -2941,7 +2941,7 @@
 
 #if defined(FEAT_NETBEANS_INTG)
 	/* Process the queued netbeans messages. */
-        netbeans_parse_messages();
+	netbeans_parse_messages();
 #endif
 
 	if (got_int || (script_char = getc(scriptin[curscript])) < 0)