diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2013-12-05 22:46:49 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2013-12-06 00:10:09 +0100 |
commit | a17ec1645d0f9e1d6acc6a50c9b84e0c280ac4f5 (patch) | |
tree | ded416ecfff8635c4c5160234e2bf984c72e79fc /package/python-pygame | |
parent | 1f95d1a975bb185f5fb174ea4524795f70f8cae5 (diff) | |
download | buildroot-a17ec1645d0f9e1d6acc6a50c9b84e0c280ac4f5.tar.gz buildroot-a17ec1645d0f9e1d6acc6a50c9b84e0c280ac4f5.zip |
package/openssl: fix coding style
Currently, openssl defines three conditional hooks, but two do not
follow our coding rules:
- for PRE_CONFIGURE, the hook is defined in the if-block, but
the _HOOK variable is always set
- for POST_INSTALL_TARGET, the hook is always defined, but the
_HOOK variable is set in the if-block
Fix that:
- define the hook in the if-block
- assign the _HOOK variable in the if-block
At the same time, get rid of extra empty lines that make it more
difficult to read.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python-pygame')
0 files changed, 0 insertions, 0 deletions