aboutsummaryrefslogtreecommitdiffstats
path: root/lib/percept/src/percept_html.erl
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2016-05-16 18:34:19 +0200
committerBjörn-Egil Dahlberg <[email protected]>2016-05-17 13:46:03 +0200
commitf2924fe206b37766cc137f8dbeca746a035abfdb (patch)
treecdec2176313b8c88e13e342e29129026b16d5622 /lib/percept/src/percept_html.erl
parenta907e6e2fd708b809c45d9d9f963329bacfb1c82 (diff)
downloadotp-f2924fe206b37766cc137f8dbeca746a035abfdb.tar.gz
otp-f2924fe206b37766cc137f8dbeca746a035abfdb.tar.bz2
otp-f2924fe206b37766cc137f8dbeca746a035abfdb.zip
percept: Small code style refactoring
Diffstat (limited to 'lib/percept/src/percept_html.erl')
-rw-r--r--lib/percept/src/percept_html.erl28
1 files changed, 12 insertions, 16 deletions
diff --git a/lib/percept/src/percept_html.erl b/lib/percept/src/percept_html.erl
index a8eb29b741..e0649e1451 100644
--- a/lib/percept/src/percept_html.erl
+++ b/lib/percept/src/percept_html.erl
@@ -18,22 +18,18 @@
%% %CopyrightEnd%
-module(percept_html).
--export([
- page/3,
- codelocation_page/3,
- databases_page/3,
- load_database_page/3,
- processes_page/3,
- concurrency_page/3,
- process_info_page/3
- ]).
-
--export([
- value2pid/1,
- pid2value/1,
- get_option_value/2,
- join_strings_with/2
- ]).
+-export([page/3,
+ codelocation_page/3,
+ databases_page/3,
+ load_database_page/3,
+ processes_page/3,
+ concurrency_page/3,
+ process_info_page/3]).
+
+-export([value2pid/1,
+ pid2value/1,
+ get_option_value/2,
+ join_strings_with/2]).
-include("percept.hrl").
-include_lib("kernel/include/file.hrl").