aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tools/emacs/erlang-skels.el
diff options
context:
space:
mode:
authorRoberto Aloi <[email protected]>2013-07-01 10:12:26 +0200
committerRoberto Aloi <[email protected]>2013-07-01 10:12:26 +0200
commit5f76f8829bf5c01c71262a57e7dc32a6819bf9dd (patch)
treea5e6dd57c8c4f669d7feb1fd6fc3b6cf1f784cb6 /lib/tools/emacs/erlang-skels.el
parent10d93045982fc1477a4dade95d1cc400928fec14 (diff)
downloadotp-5f76f8829bf5c01c71262a57e7dc32a6819bf9dd.tar.gz
otp-5f76f8829bf5c01c71262a57e7dc32a6819bf9dd.tar.bz2
otp-5f76f8829bf5c01c71262a57e7dc32a6819bf9dd.zip
Remove trailing spaces in Emacs templates
Diffstat (limited to 'lib/tools/emacs/erlang-skels.el')
-rw-r--r--lib/tools/emacs/erlang-skels.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/tools/emacs/erlang-skels.el b/lib/tools/emacs/erlang-skels.el
index 355b223822..527e812444 100644
--- a/lib/tools/emacs/erlang-skels.el
+++ b/lib/tools/emacs/erlang-skels.el
@@ -457,7 +457,7 @@ Please see the function `tempo-define-template'.")
"handle_info/2," n>
"terminate/2, code_change/3])." n n
- "-define(SERVER, ?MODULE). " n n
+ "-define(SERVER, ?MODULE)." n n
"-record(state, {})." n n
@@ -572,7 +572,7 @@ Please see the function `tempo-define-template'.")
"-export([init/1, handle_event/2, handle_call/2, " n>
"handle_info/2, terminate/2, code_change/3])." n n
- "-define(SERVER, ?MODULE). " n n
+ "-define(SERVER, ?MODULE)." n n
"-record(state, {})." n n