diff options
author | Kostis Sagonas <[email protected]> | 2010-02-13 10:14:46 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2010-02-16 13:24:55 +0100 |
commit | a8bf1fe3b9f5f69354403231a3c47489d9015977 (patch) | |
tree | 973fc61192b0cad0ab3ff723d01d4653d779e8b5 /lib/percept/src/percept.hrl | |
parent | f2592e6ef6bd6179d45884794d722e8cb551d1aa (diff) | |
download | otp-a8bf1fe3b9f5f69354403231a3c47489d9015977.tar.gz otp-a8bf1fe3b9f5f69354403231a3c47489d9015977.tar.bz2 otp-a8bf1fe3b9f5f69354403231a3c47489d9015977.zip |
percept: Clean up as suggested by tidier
Diffstat (limited to 'lib/percept/src/percept.hrl')
-rw-r--r-- | lib/percept/src/percept.hrl | 3 |
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', |