From a5e75219f0bb9602178314a00eb9e0f9c22bcac6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 27 Aug 2012 12:16:07 +0200 Subject: Have only one -export and -export_type per line This should make easier spotting additions and removals in commits. --- src/cowboy_http_websocket.erl | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/cowboy_http_websocket.erl') diff --git a/src/cowboy_http_websocket.erl b/src/cowboy_http_websocket.erl index de8b2ae..0e1ecfc 100644 --- a/src/cowboy_http_websocket.erl +++ b/src/cowboy_http_websocket.erl @@ -19,8 +19,11 @@ %% is no need for concern as crypto is already included. -module(cowboy_http_websocket). --export([upgrade/4]). %% API. --export([handler_loop/4]). %% Internal. +%% API. +-export([upgrade/4]). + +%% Internal. +-export([handler_loop/4]). -include("http.hrl"). -include_lib("eunit/include/eunit.hrl"). -- cgit v1.2.3