diff options
| author | Tuomas Tynkkynen <tuomas@tuxera.com> | 2018-03-14 15:47:09 +0200 |
|---|---|---|
| committer | Tuomas Tynkkynen <tuomas@tuxera.com> | 2018-03-21 23:19:25 +0200 |
| commit | 1d854b479c74f0eb5e47a4241384a0146d268300 (patch) | |
| tree | 27574b6a322c6aaea4f08b881a7d8c0dcd8f7edb /pkgs/development/python-modules/httpserver | |
| parent | 044d4b0875e65d334c6c9df105459d93d5de4dc6 (diff) | |
edk2: Reformat a bit for readability
- Have only one sed expression per line
- Put the important stuff closer to the command and not hidden in some
continuation line. That is, don't do:
sed \
<boring stuff> \
<boring stuff> \
<boring stuff> \
<boring stuff> \
<boring stuff> \
<IMPORTANT STUFF>
but:
sed <IMPORTANT STUFF> \
<boring stuff> \
<boring stuff> \
<boring stuff> \
<boring stuff> \
<boring stuff>
Diffstat (limited to 'pkgs/development/python-modules/httpserver')
0 files changed, 0 insertions, 0 deletions
