Commit 97c7591a authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

smb: code indent

parent c1071283
Loading
Loading
Loading
Loading
+17 −16
Original line number Diff line number Diff line
@@ -308,8 +308,9 @@ static CURLcode smb_recv_message(struct connectdata *conn, void **msg)
  if(smbc->got < sizeof(unsigned int))
    return CURLE_OK;

  nbt_size = Curl_read16_be((const unsigned char *)(buf +
             sizeof(unsigned short))) + sizeof(unsigned int);
  nbt_size = Curl_read16_be((const unsigned char *)
                            (buf + sizeof(unsigned short))) +
    sizeof(unsigned int);
  if(smbc->got < nbt_size)
    return CURLE_OK;