Whitespace cleanups

This commit is contained in:
Tuncer Ayaz 2011-07-13 17:59:07 +02:00
parent d215cae496
commit c63002bef8
4 changed files with 24 additions and 21 deletions

View file

@ -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

View file

@ -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