diff options
author | Laslo Hunhold <dev@frign.de> | 2018-05-01 19:01:22 +0200 |
---|---|---|
committer | Aaron Marcher <me@drkhsh.at> | 2018-05-01 19:43:49 +0200 |
commit | 9750a3d731cd381e832bcacf1d03e48ddb46cc16 (patch) | |
tree | d3b6d97ad8434a14e8fed7dfe3a2e733df4e05bb /LICENSE | |
parent | 42edfea89a47cbf0623d1aaf5673a4e5ca79fb52 (diff) |
Use indentation to increase readability
Granted, this style is definitely not common, but for the short
utility-functions of this program it's just the right choice. This
provides great flexibility, such that in the long run, it will be
possible to also share code between the OS-implementations.
This also keeps the state-keeping at a minimum and makes it clearer
which functions are implemented on which OS without having to jiggle
around with too many files in the process.
Diffstat (limited to 'LICENSE')
-rw-r--r-- | LICENSE | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ Copyright 2016-2017 Quentin Rameau <quinq@fifth.space> Copyright 2016 Mike Coddington <mike@coddington.us> Copyright 2016-2018 parazyd <parazyd@dyne.org> Copyright 2017 Tobias Stoeckmann <tobias@stoeckmann.org> -Copyright 2017 Laslo Hunhold <dev@frign.de> +Copyright 2017-2018 Laslo Hunhold <dev@frign.de> Copyright 2018 Darron Anderson <darronanderson@protonmail.com> Permission to use, copy, modify, and/or distribute this software for any |