CVS: rdesktop channels.c,1.12,1.13 mppc.c,1.5,1.6 rdp.c,1.63,1.64

Peter Åstrand <[email protected]>
Newsgroups gmane.network.rdesktop.cvs
Message-ID <[email protected]>
Update of /cvsroot/rdesktop/rdesktop
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8030

Modified Files:
	channels.c mppc.c rdp.c 
Log Message:
Indent fixes

Index: channels.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/channels.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** channels.c	15 Jun 2004 22:45:12 -0000	1.12
--- channels.c	17 Jun 2004 09:42:58 -0000	1.13
***************
*** 162,166 ****
  			if (length > in->size)
  			{
! 				in->data = (uint8*)xrealloc(in->data, length);
  				in->size = length;
  			}
--- 162,166 ----
  			if (length > in->size)
  			{
! 				in->data = (uint8 *) xrealloc(in->data, length);
  				in->size = length;
  			}

Index: mppc.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/mppc.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** mppc.c	16 Jun 2004 00:56:36 -0000	1.5
--- mppc.c	17 Jun 2004 09:42:58 -0000	1.6
***************
*** 280,284 ****
  			match_bits = match_len;
  			match_len =
! 				((walker >> (32 - match_bits)) & (~(-1 << match_bits))) | (1 << match_bits);
  			walker <<= match_bits;
  			walker_len -= match_bits;
--- 280,285 ----
  			match_bits = match_len;
  			match_len =
! 				((walker >> (32 - match_bits)) & (~(-1 << match_bits))) | (1 <<
! 											   match_bits);
  			walker <<= match_bits;
  			walker_len -= match_bits;

Index: rdp.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/rdp.c,v
retrieving revision 1.63
retrieving revision 1.64
diff -C2 -d -r1.63 -r1.64
*** rdp.c	16 Jun 2004 03:08:54 -0000	1.63
--- rdp.c	17 Jun 2004 09:42:58 -0000	1.64
***************
*** 660,664 ****
  	{
  		warning("screen size changed from %dx%d to %dx%d\n", g_width, g_height,
! 				width, height);
  		g_width = width;
  		g_height = height;
--- 660,664 ----
  	{
  		warning("screen size changed from %dx%d to %dx%d\n", g_width, g_height,
! 			width, height);
  		g_width = width;
  		g_height = height;
***************
*** 1089,1093 ****
  	STREAM s;
  
!    while (cont)
  	{
  		s = rdp_recv(&type);
--- 1089,1093 ----
  	STREAM s;
  
! 	while (cont)
  	{
  		s = rdp_recv(&type);



-------------------------------------------------------
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.