Indent
This commit is contained in:
@@ -45,7 +45,7 @@ void telnet_rfc2217_cfg(tn_ctx_t * tcc, int cmd, const void *val, int nd)
|
||||
|
||||
void telnet_rfc2217_ctl(tn_ctx_t * tcc, unsigned int val)
|
||||
{
|
||||
unsigned char byte = val;
|
||||
unsigned char byte = val;
|
||||
|
||||
if (!tcc->mode_rfc2217)
|
||||
return;
|
||||
|
||||
+1
-1
@@ -843,7 +843,7 @@ ttynvt_ioctl(fuse_req_t req, int cmd, void *arg,
|
||||
fuse_reply_ioctl(req, 0, &val, sizeof(int));
|
||||
break;
|
||||
case TCFLSH:
|
||||
switch ((size_t) arg)
|
||||
switch ((size_t)arg)
|
||||
{
|
||||
default:
|
||||
case TCIFLUSH:
|
||||
|
||||
Reference in New Issue
Block a user