mirror of https://github.com/python/cpython
Remove trailing spaces (GH-31695)
This commit is contained in:
parent
ab9301a28f
commit
6927632492
|
@ -18,7 +18,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "Python.h"
|
#include "Python.h"
|
||||||
#include "pycore_strhex.h" // _Py_strhex()
|
#include "pycore_strhex.h" // _Py_strhex()
|
||||||
|
|
||||||
#include "../hashlib.h"
|
#include "../hashlib.h"
|
||||||
#include "blake2ns.h"
|
#include "blake2ns.h"
|
||||||
|
@ -37,6 +37,7 @@
|
||||||
#include "impl/blake2s-ref.c"
|
#include "impl/blake2s-ref.c"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
extern PyType_Spec blake2s_type_spec;
|
extern PyType_Spec blake2s_type_spec;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|
Loading…
Reference in New Issue