comparison libpurple/protocols/mxit/mxit.h @ 31533:44f53d3fc54f

Remove trailing whitespace
author Richard Laager <rlaager@wiktel.com>
date Tue, 04 Jan 2011 06:42:45 +0000
parents b6b0c80f9dde
children b8d9329dda4a
comparison
equal deleted inserted replaced
31532:8c6a1fa21f43 31533:44f53d3fc54f
120 120
121 #define ARRAY_SIZE( x ) ( sizeof( x ) / sizeof( x[0] ) ) 121 #define ARRAY_SIZE( x ) ( sizeof( x ) / sizeof( x[0] ) )
122 122
123 123
124 /* 124 /*
125 * data structure containing all MXit session information 125 * data structure containing all MXit session information
126 */ 126 */
127 struct MXitSession { 127 struct MXitSession {
128 /* socket connection */ 128 /* socket connection */
129 char server[HOST_NAME_MAX]; /* MXit server name to connect to */ 129 char server[HOST_NAME_MAX]; /* MXit server name to connect to */
130 int port; /* MXit server port to connect on */ 130 int port; /* MXit server port to connect on */