Commit 64fc1061 authored by Denis Collette's avatar Denis Collette

Problem: preious commit contains tabs

Solution: replace tabs with spaces
parent 851ae903
......@@ -489,7 +489,7 @@ bool zmq::ws_engine_t::server_handshake ()
// if _websocket_protocol is already set we skip the check
if (_websocket_protocol[0] == '\0') {
char *rest;
char *p = strtok_r (_header_value, ",", &rest);
char *p = strtok_r (_header_value, ",", &rest);
while (p != NULL) {
if (*p == ' ')
p++;
......
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