diff options
author | Roberto Aloi <[email protected]> | 2013-07-01 10:12:26 +0200 |
---|---|---|
committer | Roberto Aloi <[email protected]> | 2013-07-01 10:12:26 +0200 |
commit | 5f76f8829bf5c01c71262a57e7dc32a6819bf9dd (patch) | |
tree | a5e6dd57c8c4f669d7feb1fd6fc3b6cf1f784cb6 /lib/tools/emacs | |
parent | 10d93045982fc1477a4dade95d1cc400928fec14 (diff) | |
download | otp-5f76f8829bf5c01c71262a57e7dc32a6819bf9dd.tar.gz otp-5f76f8829bf5c01c71262a57e7dc32a6819bf9dd.tar.bz2 otp-5f76f8829bf5c01c71262a57e7dc32a6819bf9dd.zip |
Remove trailing spaces in Emacs templates
Diffstat (limited to 'lib/tools/emacs')
-rw-r--r-- | lib/tools/emacs/erlang-skels.el | 4 |
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 |