svn commit: trunk/busybox/editors

vda at busybox.net vda at busybox.net
Tue Jul 17 16:22:50 PDT 2007


Author: vda
Date: 2007-07-17 16:22:49 -0700 (Tue, 17 Jul 2007)
New Revision: 19150

Log:
vi: style fixlet



Modified:
   trunk/busybox/editors/vi.c


Changeset:
Modified: trunk/busybox/editors/vi.c
===================================================================
--- trunk/busybox/editors/vi.c	2007-07-17 23:19:28 UTC (rev 19149)
+++ trunk/busybox/editors/vi.c	2007-07-17 23:22:49 UTC (rev 19150)
@@ -1134,7 +1134,8 @@
 	redraw(TRUE);		// force redraw all
 }
 
-static int next_tabstop(int col) { //vda
+static int next_tabstop(int col)
+{
 	return col + ((tabstop - 1) - (col % tabstop));
 }
 



More information about the busybox-cvs mailing list