Support completion for ":find". (Nazri Ramliy)
Cleanup white space.
diff --git a/src/message.c b/src/message.c
index c00846e..7c94cbf 100644
--- a/src/message.c
+++ b/src/message.c
@@ -808,7 +808,7 @@
     p = first_msg_hist;
     first_msg_hist = p->next;
     if (first_msg_hist == NULL)
-        last_msg_hist = NULL;  /* history is empty */
+	last_msg_hist = NULL;  /* history is empty */
     vim_free(p->msg);
     vim_free(p);
     --msg_hist_len;