mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 19:19:54 +00:00
Whitespace cleanups
This commit is contained in:
parent
d215cae496
commit
c63002bef8
4 changed files with 24 additions and 21 deletions
|
@ -12,7 +12,9 @@
|
||||||
%% gen_fsm Function Exports
|
%% gen_fsm Function Exports
|
||||||
%% ------------------------------------------------------------------
|
%% ------------------------------------------------------------------
|
||||||
|
|
||||||
-export([init/1, state_name/2, state_name/3, handle_event/3, handle_sync_event/4, handle_info/3, terminate/3, code_change/4]).
|
-export([init/1, state_name/2, state_name/3, handle_event/3,
|
||||||
|
handle_sync_event/4, handle_info/3, terminate/3,
|
||||||
|
code_change/4]).
|
||||||
|
|
||||||
%% ------------------------------------------------------------------
|
%% ------------------------------------------------------------------
|
||||||
%% API Function Definitions
|
%% API Function Definitions
|
||||||
|
|
|
@ -12,7 +12,8 @@
|
||||||
%% gen_server Function Exports
|
%% gen_server Function Exports
|
||||||
%% ------------------------------------------------------------------
|
%% ------------------------------------------------------------------
|
||||||
|
|
||||||
-export([init/1, handle_call/3, handle_cast/2, handle_info/2, terminate/2, code_change/3]).
|
-export([init/1, handle_call/3, handle_cast/2, handle_info/2,
|
||||||
|
terminate/2, code_change/3]).
|
||||||
|
|
||||||
%% ------------------------------------------------------------------
|
%% ------------------------------------------------------------------
|
||||||
%% API Function Definitions
|
%% API Function Definitions
|
||||||
|
|
Loading…
Reference in a new issue