Support completion for ":find". (Nazri Ramliy)
Cleanup white space.
diff --git a/src/search.c b/src/search.c
index 86958d4..26dac9d 100644
--- a/src/search.c
+++ b/src/search.c
@@ -349,9 +349,9 @@
 # ifdef FEAT_RIGHTLEFT
     if (mr_pattern_alloced)
     {
-        vim_free(mr_pattern);
-        mr_pattern_alloced = FALSE;
-        mr_pattern = NULL;
+	vim_free(mr_pattern);
+	mr_pattern_alloced = FALSE;
+	mr_pattern = NULL;
     }
 # endif
 }