svn commit: trunk/busybox/util-linux

aldot at busybox.net aldot at busybox.net
Sat Sep 22 20:35:32 UTC 2007


Author: aldot
Date: 2007-09-22 13:35:32 -0700 (Sat, 22 Sep 2007)
New Revision: 19948

Log:
- remove some trailing whitespace


Modified:
   trunk/busybox/util-linux/microcom.c


Changeset:
Modified: trunk/busybox/util-linux/microcom.c
===================================================================
--- trunk/busybox/util-linux/microcom.c	2007-09-22 20:23:57 UTC (rev 19947)
+++ trunk/busybox/util-linux/microcom.c	2007-09-22 20:35:32 UTC (rev 19948)
@@ -1,4 +1,5 @@
-/* 
+/* vi: set sw=4 ts=4: */
+/*
  * bare bones 'talk to modem' program - similar to 'cu -l $device'
  * inspired by mgetty's microcom
  *
@@ -107,7 +108,7 @@
 		while (-1 == poll(pfd, 2, -1) && EINTR == errno)
 			continue;
 		for (i = 0; i < 2; ++i) {
-			if (pfd[i].revents & POLLIN) { 
+			if (pfd[i].revents & POLLIN) {
 				len = read(pfd[i].fd, bb_common_bufsiz1, COMMON_BUFSIZE);
 				if (len > 0) {
 					if (!i && 24 == bb_common_bufsiz1[0])




More information about the busybox-cvs mailing list