Skip to content

Commit 6467adf

Browse files
committed
fix indentation
1 parent 428345a commit 6467adf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/inspector_socket_server.cc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -214,12 +214,12 @@ class SocketSession {
214214
InspectorSocketServer::InspectorSocketServer(SocketServerDelegate* delegate,
215215
int port,
216216
FILE* out) : loop_(nullptr),
217-
delegate_(delegate),
218-
port_(port),
219-
server_(uv_tcp_t()),
220-
closer_(nullptr),
221-
next_session_id_(0),
222-
out_(out) { }
217+
delegate_(delegate),
218+
port_(port),
219+
server_(uv_tcp_t()),
220+
closer_(nullptr),
221+
next_session_id_(0),
222+
out_(out) { }
223223

224224

225225
// static

0 commit comments

Comments
 (0)