patch 9.0.1795: Indentation issues

Problem:  Indentation issues
Solution: Fix code indentation issues.

closes: #12906

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: Yegappan Lakshmanan <yegappan@yahoo.com>
diff --git a/src/quickfix.c b/src/quickfix.c
index 6aa828b..aa431ea 100644
--- a/src/quickfix.c
+++ b/src/quickfix.c
@@ -2180,7 +2180,7 @@
     qfp->qf_end_col = end_col;
     qfp->qf_viscol = vis_col;
     if (user_data == NULL || user_data->v_type == VAR_UNKNOWN)
-        qfp->qf_user_data.v_type = VAR_UNKNOWN;
+	qfp->qf_user_data.v_type = VAR_UNKNOWN;
     else
     {
 	copy_tv(user_data, &qfp->qf_user_data);