aboutsummaryrefslogtreecommitdiffstats
path: root/lib/percept/src/percept.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/percept/src/percept.hrl')
-rw-r--r--lib/percept/src/percept.hrl3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/percept/src/percept.hrl b/lib/percept/src/percept.hrl
index 3772a0164b..e383235b5d 100644
--- a/lib/percept/src/percept.hrl
+++ b/lib/percept/src/percept.hrl
@@ -40,8 +40,7 @@
runnable_count = 0 %:: non_neg_integer()
}).
--record(
- information, {
+-record(information, {
id ,%:: pid() | port(),
name = undefined ,%:: atom() | string() | 'undefined',
entry = undefined ,%:: true_mfa() | 'undefined',