Skip to content

Commit 52182ce

Browse files
committed
convert tabs to spaces
1 parent 045504f commit 52182ce

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/mochiweb_multipart.erl

+9-9
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ parse3(Transport) ->
376376
TestCallback = fun (Next) -> test_callback(Next, Expect) end,
377377
ServerFun = fun (Socket) ->
378378
ok = mochiweb_socket:send(Socket, BinContent),
379-
exit(normal)
379+
exit(normal)
380380
end,
381381
ClientFun = fun (Socket) ->
382382
Req = fake_request(Socket, ContentType,
@@ -412,7 +412,7 @@ parse2(Transport) ->
412412
TestCallback = fun (Next) -> test_callback(Next, Expect) end,
413413
ServerFun = fun (Socket) ->
414414
ok = mochiweb_socket:send(Socket, BinContent),
415-
exit(normal)
415+
exit(normal)
416416
end,
417417
ClientFun = fun (Socket) ->
418418
Req = fake_request(Socket, ContentType,
@@ -449,7 +449,7 @@ do_parse_form(Transport) ->
449449
BinContent = iolist_to_binary(Content),
450450
ServerFun = fun (Socket) ->
451451
ok = mochiweb_socket:send(Socket, BinContent),
452-
exit(normal)
452+
exit(normal)
453453
end,
454454
ClientFun = fun (Socket) ->
455455
Req = fake_request(Socket, ContentType,
@@ -502,7 +502,7 @@ do_parse(Transport) ->
502502
TestCallback = fun (Next) -> test_callback(Next, Expect) end,
503503
ServerFun = fun (Socket) ->
504504
ok = mochiweb_socket:send(Socket, BinContent),
505-
exit(normal)
505+
exit(normal)
506506
end,
507507
ClientFun = fun (Socket) ->
508508
Req = fake_request(Socket, ContentType,
@@ -554,7 +554,7 @@ parse_partial_body_boundary(Transport) ->
554554
TestCallback = fun (Next) -> test_callback(Next, Expect) end,
555555
ServerFun = fun (Socket) ->
556556
ok = mochiweb_socket:send(Socket, BinContent),
557-
exit(normal)
557+
exit(normal)
558558
end,
559559
ClientFun = fun (Socket) ->
560560
Req = fake_request(Socket, ContentType,
@@ -607,7 +607,7 @@ parse_large_header(Transport) ->
607607
TestCallback = fun (Next) -> test_callback(Next, Expect) end,
608608
ServerFun = fun (Socket) ->
609609
ok = mochiweb_socket:send(Socket, BinContent),
610-
exit(normal)
610+
exit(normal)
611611
end,
612612
ClientFun = fun (Socket) ->
613613
Req = fake_request(Socket, ContentType,
@@ -683,7 +683,7 @@ flash_parse(Transport) ->
683683
TestCallback = fun (Next) -> test_callback(Next, Expect) end,
684684
ServerFun = fun (Socket) ->
685685
ok = mochiweb_socket:send(Socket, BinContent),
686-
exit(normal)
686+
exit(normal)
687687
end,
688688
ClientFun = fun (Socket) ->
689689
Req = fake_request(Socket, ContentType,
@@ -731,7 +731,7 @@ flash_parse2(Transport) ->
731731
TestCallback = fun (Next) -> test_callback(Next, Expect) end,
732732
ServerFun = fun (Socket) ->
733733
ok = mochiweb_socket:send(Socket, BinContent),
734-
exit(normal)
734+
exit(normal)
735735
end,
736736
ClientFun = fun (Socket) ->
737737
Req = fake_request(Socket, ContentType,
@@ -858,7 +858,7 @@ multipart_parsing_benchmark() ->
858858
TestCallback = fun (Next) -> test_callback(Next, Expect) end,
859859
ServerFun = fun (Socket) ->
860860
ok = mochiweb_socket:send(Socket, BinContent),
861-
exit(normal)
861+
exit(normal)
862862
end,
863863
ClientFun = fun (Socket) ->
864864
Req = fake_request(Socket, ContentType,

0 commit comments

Comments
 (0)