patch 7.4.1412
Problem:    Compiler warning for indent. (Dominique Pelle)
Solution:   Fix the indent.
diff --git a/src/farsi.c b/src/farsi.c
index 28f86f4..4921604 100644
--- a/src/farsi.c
+++ b/src/farsi.c
@@ -764,8 +764,8 @@
 		if (!p_ri)
 		    dec_cursor();
 
-		    chg_c_toX_orX ();
-		    chg_l_toXor_X ();
+		chg_c_toX_orX ();
+		chg_l_toXor_X ();
 
 		if (!p_ri)
 		    inc_cursor();
@@ -1243,7 +1243,7 @@
 		if (!p_ri)
 		    dec_cursor();
 
-		    tempc = LA;
+		tempc = LA;
 	    }
 	    else
 	    {
diff --git a/src/version.c b/src/version.c
index 46971b0..84085cf 100644
--- a/src/version.c
+++ b/src/version.c
@@ -749,6 +749,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1412,
+/**/
     1411,
 /**/
     1410,