aboutsummaryrefslogtreecommitdiff
path: root/editors/vi.c
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-03-24 15:40:16 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-03-24 15:40:16 +0000
commitea68635ff13da0351083608d69032e470f487569 (patch)
treea74e8ce7604ff932a3990de3065c167392e4b082 /editors/vi.c
parentd9b3977dfc9f8fc0c5abab26c650ff4422100cf4 (diff)
downloadbusybox-w32-ea68635ff13da0351083608d69032e470f487569.tar.gz
busybox-w32-ea68635ff13da0351083608d69032e470f487569.tar.bz2
busybox-w32-ea68635ff13da0351083608d69032e470f487569.zip
random style fixes (extra spaces deleted)
git-svn-id: svn://busybox.net/trunk/busybox@18228 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'editors/vi.c')
-rw-r--r--editors/vi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/vi.c b/editors/vi.c
index 853303249..c7582bfe0 100644
--- a/editors/vi.c
+++ b/editors/vi.c
@@ -3393,7 +3393,7 @@ static void do_cmd(char c)
3393 editing = 0; 3393 editing = 0;
3394 } 3394 }
3395 } 3395 }
3396 } else if (strncasecmp(p, "file", cnt) == 0 ) { 3396 } else if (strncasecmp(p, "file", cnt) == 0) {
3397 last_status_cksum = 0; // force status update 3397 last_status_cksum = 0; // force status update
3398 } else if (sscanf(p, "%d", &j) > 0) { 3398 } else if (sscanf(p, "%d", &j) > 0) {
3399 dot = find_line(j); // go to line # j 3399 dot = find_line(j); // go to line # j