Support completion for ":find". (Nazri Ramliy)
Cleanup white space.
diff --git a/src/os_unix.c b/src/os_unix.c
index 42009e5..be065f8 100644
--- a/src/os_unix.c
+++ b/src/os_unix.c
@@ -385,7 +385,7 @@
 	    handle_resize();
 #ifdef FEAT_NETBEANS_INTG
 	    /* Process the queued netbeans messages. */
-            netbeans_parse_messages();
+	    netbeans_parse_messages();
 #endif
 	}
     }
@@ -419,7 +419,7 @@
 
 #ifdef FEAT_NETBEANS_INTG
 	/* Process the queued netbeans messages. */
-        netbeans_parse_messages();
+	netbeans_parse_messages();
 #endif
 	/*
 	 * we want to be interrupted by the winch signal