Remove superfluous trailing white space from C files
This commit is contained in:
@@ -90,7 +90,7 @@
|
||||
** Routines called:
|
||||
** AsynSrv_SendSpecCmnd
|
||||
** Description:
|
||||
** AsynSrv_SendSpecCmnd is called to send the 4-byte "special"
|
||||
** AsynSrv_SendSpecCmnd is called to send the 4-byte "special"
|
||||
** command "-006" to the server to cause it to close its serial ports.
|
||||
**---------------------------------------------------------------------
|
||||
** int AsynSrv_Close (&asyn_info, force_flag)
|
||||
@@ -237,7 +237,7 @@
|
||||
** Routines called:
|
||||
** Same as AsynSrv_ChanClose
|
||||
** Description:
|
||||
** AsynSrv_SendSpecCmnd is called to send the 4-byte "special"
|
||||
** AsynSrv_SendSpecCmnd is called to send the 4-byte "special"
|
||||
** command "-004" to the server to cause it to close its serial ports.
|
||||
**-------------------------------------------------------------------------
|
||||
** int AsynSrv_GetLenTerm (&asyn_info, &rcve_buff, &rply, *len, &term)
|
||||
@@ -428,7 +428,7 @@
|
||||
** that the Terminal Server detected an
|
||||
** error. The reply is added to the
|
||||
** routine call stack for debug purposes.
|
||||
**
|
||||
**
|
||||
** ASYNSRV__BAD_RECV1 \ These are network errors whilst receiving
|
||||
** ASYNSRV__BAD_RECV1_PIPE > the body of the response. They are
|
||||
** ASYNSRV__BAD_RECV1_NET / equivalent to ASYNSRV__BAD_RECV,
|
||||
@@ -447,7 +447,7 @@
|
||||
** awaited and read in when it arrives.
|
||||
**
|
||||
** For any of the following errors:
|
||||
** ASYNSRV__BAD_SEND (Note: ASYNSRV__BAD_SEND_LEN and
|
||||
** ASYNSRV__BAD_SEND (Note: ASYNSRV__BAD_SEND_LEN and
|
||||
** ASYNSRV__BAD_SEND_PIPE ASYNSRV__BAD_RECV_LEN and
|
||||
** ASYNSRV__BAD_SEND_NET ASYNSRV__BAD_REPLY
|
||||
** ASYNSRV__BAD_SEND_UNKN do not cause a close)
|
||||
@@ -553,10 +553,10 @@
|
||||
** command which was sent.
|
||||
** Note:
|
||||
** For any of the following errors:
|
||||
** ASYNSRV__BAD_SEND
|
||||
** ASYNSRV__BAD_SEND_PIPE
|
||||
** ASYNSRV__BAD_SEND_NET
|
||||
** ASYNSRV__BAD_SEND_UNKN
|
||||
** ASYNSRV__BAD_SEND
|
||||
** ASYNSRV__BAD_SEND_PIPE
|
||||
** ASYNSRV__BAD_SEND_NET
|
||||
** ASYNSRV__BAD_SEND_UNKN
|
||||
** ASYNSRV__BAD_RECV
|
||||
** ASYNSRV__BAD_RECV_PIPE
|
||||
** ASYNSRV__BAD_RECV_NET
|
||||
@@ -609,7 +609,7 @@
|
||||
** Routines called:
|
||||
** Same as AsynSrv_ChanClose
|
||||
** Description:
|
||||
** AsynSrv_SendSpecCmnd is called to send the 4-byte "special"
|
||||
** AsynSrv_SendSpecCmnd is called to send the 4-byte "special"
|
||||
** command "-005" to the server to cause it to write its trace
|
||||
** buffer to disk.
|
||||
**============================================================================*/
|
||||
@@ -744,7 +744,7 @@
|
||||
}
|
||||
/*------------------------------------------------------
|
||||
** Now find the table entry for the AsynSrvOpen call.
|
||||
*/
|
||||
*/
|
||||
for (j = 0; j < AsynSrv_n_active; j++) {
|
||||
if ((AsynSrv_active[j] == asyn_info) &&
|
||||
(AsynSrv_active[j]->skt == my_skt)) {
|
||||
@@ -871,7 +871,7 @@
|
||||
case '0':
|
||||
my_eot[0] = txt_ptr[0];
|
||||
break;
|
||||
default:
|
||||
default:
|
||||
AsynSrv_errcode = ASYNSRV__BAD_PAR;
|
||||
return False;
|
||||
}
|
||||
@@ -941,7 +941,7 @@
|
||||
case '0':
|
||||
AsynSrv_eot[0] = txt_ptr[0];
|
||||
break;
|
||||
default:
|
||||
default:
|
||||
AsynSrv_errcode = ASYNSRV__BAD_PAR;
|
||||
return False;
|
||||
}
|
||||
@@ -1336,7 +1336,7 @@
|
||||
** Set short time-out (VMS systems only)
|
||||
*/
|
||||
#ifdef __VMS
|
||||
oto_len = sizeof (old_time_out); /* Save current time-out first */
|
||||
oto_len = sizeof (old_time_out); /* Save current time-out first */
|
||||
oto_status = getsockopt (my_skt, IPPROTO_TCP, UCX$C_TCP_PROBE_IDLE,
|
||||
old_time_out, &oto_len);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user