summaryrefslogtreecommitdiff
path: root/src/rebar_config.erl
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2009-12-30 13:13:39 +0100
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2009-12-30 13:13:39 +0100
commit8c85021c1ee0ea94a23b1ae8a7d55ee43bb41a9b (patch)
tree2c448b87bf02e82d5fa77bdcb3dfc7d38817ea72 /src/rebar_config.erl
parent5cd5870f320540c616cb39cc89d8002f3c8c518a (diff)
Deleted trailing whitespace
Diffstat (limited to 'src/rebar_config.erl')
-rw-r--r--src/rebar_config.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_config.erl b/src/rebar_config.erl
index 3302d5b..29246c9 100644
--- a/src/rebar_config.erl
+++ b/src/rebar_config.erl
@@ -68,7 +68,7 @@ get(Config, Key, Default) ->
delete(Config, Key) ->
Config#config { opts = proplists:delete(Key, Config#config.opts) }.
-
+
set_global(Key, Value) ->
application:set_env(rebar_global, Key, Value).