Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
http: travis formatting
  • Loading branch information
linev committed Apr 13, 2017
commit cda4ea797aa8a85b935ebbacfc12cae0e8cbae85
2 changes: 1 addition & 1 deletion net/http/src/TCivetweb.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ Bool_t TCivetweb::Create(const char *args)
if (adomain != 0) auth_domain = adomain;

Int_t wtmout = url.GetIntValueFromOptions("websocket_timeout");
if (wtmout>0) websocket_timeout.Format("%d", wtmout*1000);
if (wtmout > 0) websocket_timeout.Format("%d", wtmout * 1000);

if (url.HasOption("debug")) fDebug = kTRUE;

Expand Down