Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor change: remove whitespaces #5

Open
lambdaterm opened this issue Jul 26, 2013 · 0 comments
Open

Minor change: remove whitespaces #5

lambdaterm opened this issue Jul 26, 2013 · 0 comments

Comments

@lambdaterm
Copy link

diff --git a/src/jn_mavg.erl b/src/jn_mavg.erl
index cd37b98..3c62de0 100644
--- a/src/jn_mavg.erl
+++ b/src/jn_mavg.erl
@@ -54,7 +54,7 @@ new_mavg(SmoothingWindow) -> new_mavg(SmoothingWindow, []).

 %% New way of constructing moving average trackers.
 %% @spec new_mavg(SmoothingWindow, [Option]) -> record(mavg)
-%% Type        Option = 
+%% Type        Option =
 %%              {start_time, int()}
 %%            | {start_events, int()}
 %%            | {history_length, int()}
@@ -262,7 +262,7 @@ unixtime_float() -> unixtime_float(now()).

 %% @spec unixtime_float(now()) -> float()
 unixtime_float({M,S,U}) -> M*1000000 + S + U/1000000.
-        
+
 -ifdef(TEST).
 -include_lib("eunit/include/eunit.hrl").

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant