diff options
author | Björn-Egil Dahlberg <[email protected]> | 2016-05-17 14:13:30 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2016-05-17 14:13:58 +0200 |
commit | 4690966ae8cf72b0466e3c1bbe9911ca0ea9ea74 (patch) | |
tree | 1980e2ac1c1141533d2495e87f8ab0b0f73c9a3f /lib/percept/src/egd_font.erl | |
parent | a4217eeeda0092b66970edda7b585eb4c4796700 (diff) | |
download | otp-4690966ae8cf72b0466e3c1bbe9911ca0ea9ea74.tar.gz otp-4690966ae8cf72b0466e3c1bbe9911ca0ea9ea74.tar.bz2 otp-4690966ae8cf72b0466e3c1bbe9911ca0ea9ea74.zip |
egd: Small code style refactoring
Diffstat (limited to 'lib/percept/src/egd_font.erl')
-rw-r--r-- | lib/percept/src/egd_font.erl | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/lib/percept/src/egd_font.erl b/lib/percept/src/egd_font.erl index 95203d5441..1dea63428f 100644 --- a/lib/percept/src/egd_font.erl +++ b/lib/percept/src/egd_font.erl @@ -51,9 +51,7 @@ %% %%========================================================================== -%% -%% Interface functions -%% +%% Interface functions %%========================================================================== size(Font) -> @@ -70,9 +68,7 @@ load(Filename) -> load_font_header(Font). %%========================================================================== -%% -%% Internal functions -%% +%% Internal functions %%========================================================================== %% ETS handler functions |