summaryrefslogtreecommitdiffstats
path: root/src/farsi.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-02-24 12:57:50 +0100
committerBram Moolenaar <Bram@vim.org>2016-02-24 12:57:50 +0100
commit68c85fcdf31c104db21c96cd5871724e458c95ff (patch)
tree5163d22d06cd229ea5f3f88a4397622d82717a86 /src/farsi.c
parent9e34110816522b081feb65ed5b2f4ec03d290e30 (diff)
patch 7.4.1412v7.4.1412
Problem: Compiler warning for indent. (Dominique Pelle) Solution: Fix the indent.
Diffstat (limited to 'src/farsi.c')
-rw-r--r--src/farsi.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/farsi.c b/src/farsi.c
index 28f86f46c8..4921604d1a 100644
--- a/src/farsi.c
+++ b/src/farsi.c
@@ -764,8 +764,8 @@ fkmap(int c)
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 @@ fkmap(int c)
if (!p_ri)
dec_cursor();
- tempc = LA;
+ tempc = LA;
}
else
{