summaryrefslogtreecommitdiff
path: root/src/rebar_appups.erl
diff options
context:
space:
mode:
authorjoewilliams <joe@joetify.com>2011-02-17 10:12:32 -0800
committerjoewilliams <joe@joetify.com>2011-02-17 10:12:32 -0800
commit1e9b2b844b844a990269f68535f5bbf02ac522b3 (patch)
tree56b1cd2beec513cb6ade4ef978c59852da89096a /src/rebar_appups.erl
parent4e8dcfbfade08b48fe38bfe041459960b0ff74c3 (diff)
downloadrebar-1e9b2b844b844a990269f68535f5bbf02ac522b3.tar.gz
Clean up trailing whitespace
Diffstat (limited to 'src/rebar_appups.erl')
-rw-r--r--src/rebar_appups.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rebar_appups.erl b/src/rebar_appups.erl
index dbc1561..ab5af29 100644
--- a/src/rebar_appups.erl
+++ b/src/rebar_appups.erl
@@ -86,9 +86,9 @@
%% ===================================================================
get_upgraded_apps(OldAppFiles, NewAppFiles) ->
- OldAppsVer = [{rebar_app_utils:app_name(AppFile),
+ OldAppsVer = [{rebar_app_utils:app_name(AppFile),
rebar_app_utils:app_vsn(AppFile)} || AppFile <- OldAppFiles],
- NewAppsVer = [{rebar_app_utils:app_name(AppFile),
+ NewAppsVer = [{rebar_app_utils:app_name(AppFile),
rebar_app_utils:app_vsn(AppFile)} || AppFile <- NewAppFiles],
UpgradedApps = lists:subtract(NewAppsVer, OldAppsVer),
lists:map(