aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tools/emacs/test.erl.orig
diff options
context:
space:
mode:
authorDan Gudmundsson <[email protected]>2009-12-17 16:56:25 +0100
committerDan Gudmundsson <[email protected]>2009-12-17 16:56:25 +0100
commit55e80d74897ec16b80632fd7acdabdca764aea57 (patch)
tree92a5b569c65dfa8a0d85677a89e44f4e18f564ca /lib/tools/emacs/test.erl.orig
parentcb62972ca24198cc13e030adbd0b8a757bdb293c (diff)
downloadotp-55e80d74897ec16b80632fd7acdabdca764aea57.tar.gz
otp-55e80d74897ec16b80632fd7acdabdca764aea57.tar.bz2
otp-55e80d74897ec16b80632fd7acdabdca764aea57.zip
More -spec indentation fixes.
Diffstat (limited to 'lib/tools/emacs/test.erl.orig')
-rw-r--r--lib/tools/emacs/test.erl.orig16
1 files changed, 14 insertions, 2 deletions
diff --git a/lib/tools/emacs/test.erl.orig b/lib/tools/emacs/test.erl.orig
index 049fc21286..499961cbb1 100644
--- a/lib/tools/emacs/test.erl.orig
+++ b/lib/tools/emacs/test.erl.orig
@@ -51,8 +51,10 @@
-type ann() :: Var :: integer().
-type ann2() :: Var ::
- 'return' | 'return_white_spaces' | 'return_comments'
- | 'text' | ann().
+ 'return'
+ | 'return_white_spaces'
+ | 'return_comments'
+ | 'text' | ann().
-type paren() ::
(ann2()).
-type t1() :: atom().
@@ -116,6 +118,16 @@ t15(),t20(),t21(), t22(),t25()}.
(T :: tuple()) -> R3 :: bar:typen().
-spec mod:t2() -> any().
+
+-spec handle_cast(Cast :: {'exchange', node(), [[name(),...]]}
+ | {'del_member', name(), pid()},
+ #state{}) -> {'noreply', #state{}}.
+
+-spec handle_cast(Cast ::
+ {'exchange', node(), [[name(),...]]}
+ | {'del_member', name(), pid()},
+ #state{}) -> {'noreply', #state{}}.
+
-opaque attributes_data() ::
[{'column', column()} | {'line', info_line()} |
{'text', string()}] | {line(),column()}.