diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2021-10-11 19:11:06 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2021-10-11 19:11:06 +0200 |
commit | aec8fbfb834dfcf46b7c967d6572c9adcb72b620 (patch) | |
tree | 6152ff9d6677010f5ead3fea8173681d13967221 | |
parent | 5acf5e1f870fb5382556d4b434158f7d497893ca (diff) | |
download | busybox-w32-aec8fbfb834dfcf46b7c967d6572c9adcb72b620.tar.gz busybox-w32-aec8fbfb834dfcf46b7c967d6572c9adcb72b620.tar.bz2 busybox-w32-aec8fbfb834dfcf46b7c967d6572c9adcb72b620.zip |
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 bc7a0119a..56c6bb879 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, | |||
283 | typedef int32 pstm_int; | 283 | typedef int32 pstm_int; |
284 | #endif /* !DISABLE_PSTM */ | 284 | #endif /* !DISABLE_PSTM */ |
285 | #endif /* _h_PSTMATH */ | 285 | #endif /* _h_PSTMATH */ |
286 | |||