Commit f73f9b5c authored by Kai Vehmanen's avatar Kai Vehmanen

Convert indentation from tabs to spaces.

darcs-hash:20070918150713-77cd4-7bdd3f21524c846c1bf0c2c8cb96eb6104c96ad8.gz
parent d3e16af2
...@@ -230,11 +230,6 @@ static int dgram_process (int sock) ...@@ -230,11 +230,6 @@ static int dgram_process (int sock)
mh.msg_name, mh.msg_namelen); mh.msg_name, mh.msg_namelen);
break; break;
case STUN_ALLOCATE:
case STUN_CONNECT:
case STUN_SET_ACTIVE_DST:
goto send;
default: default:
stun_init_error (buf, sizeof (buf), buf, STUN_BAD_REQUEST); stun_init_error (buf, sizeof (buf), buf, STUN_BAD_REQUEST);
} }
......
...@@ -282,12 +282,14 @@ int stun_trans_fd (const stun_trans_t *tr) ...@@ -282,12 +282,14 @@ int stun_trans_fd (const stun_trans_t *tr)
bool stun_trans_reading (const stun_trans_t *tr) bool stun_trans_reading (const stun_trans_t *tr)
{ {
(void)tr;
return true; return true;
} }
bool stun_trans_writing (const stun_trans_t *tr) bool stun_trans_writing (const stun_trans_t *tr)
{ {
(void)tr;
return false; return false;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment