diff options
author | Denys Vlasenko | 2021-10-11 19:11:06 +0200 |
---|---|---|
committer | Denys Vlasenko | 2021-10-11 19:11:06 +0200 |
commit | aec8fbfb834dfcf46b7c967d6572c9adcb72b620 (patch) | |
tree | 6152ff9d6677010f5ead3fea8173681d13967221 | |
parent | 5acf5e1f870fb5382556d4b434158f7d497893ca (diff) | |
download | busybox-aec8fbfb834dfcf46b7c967d6572c9adcb72b620.zip busybox-aec8fbfb834dfcf46b7c967d6572c9adcb72b620.tar.gz |
whitespace fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | networking/tls_pstm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/networking/tls_pstm.h b/networking/tls_pstm.h index bc7a011..56c6bb8 100644 --- a/networking/tls_pstm.h +++ b/networking/tls_pstm.h @@ -283,4 +283,3 @@ extern int32 pstm_invmod(psPool_t *pool, pstm_int * a, pstm_int * b, typedef int32 pstm_int; #endif /* !DISABLE_PSTM */ #endif /* _h_PSTMATH */ - |