Browse Source

tabify

pull/1169/head
Jeff Becker 6 years ago
parent
commit
0ced38cdcb
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05
  1. 2
      libi2pd_client/SAM.h

2
libi2pd_client/SAM.h

@ -77,7 +77,7 @@ namespace client @@ -77,7 +77,7 @@ namespace client
class SAMBridge;
struct SAMSession;
class SAMSocket :public std::enable_shared_from_this<SAMSocket>
class SAMSocket: public std::enable_shared_from_this<SAMSocket>
{
public:

Loading…
Cancel
Save