Skip to content

Commit 3849f2d

Browse files
committed
pformat clinic directives
1 parent 953d5bf commit 3849f2d

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

Modules/sha3module.c

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,14 @@ typedef struct {
7171

7272
/*[clinic input]
7373
module _sha3
74-
class _sha3.sha3_224 "SHA3object *" "clinic_state()->sha3_224_type"
75-
class _sha3.sha3_256 "SHA3object *" "clinic_state()->sha3_256_type"
76-
class _sha3.sha3_384 "SHA3object *" "clinic_state()->sha3_384_type"
77-
class _sha3.sha3_512 "SHA3object *" "clinic_state()->sha3_512_type"
78-
class _sha3.shake_128 "SHA3object *" "clinic_state()->shake_128_type"
79-
class _sha3.shake_256 "SHA3object *" "clinic_state()->shake_256_type"
74+
class _sha3.sha3_224 "SHA3object *" "clinic_state()->sha3_224_type"
75+
class _sha3.sha3_256 "SHA3object *" "clinic_state()->sha3_256_type"
76+
class _sha3.sha3_384 "SHA3object *" "clinic_state()->sha3_384_type"
77+
class _sha3.sha3_512 "SHA3object *" "clinic_state()->sha3_512_type"
78+
class _sha3.shake_128 "SHA3object *" "clinic_state()->shake_128_type"
79+
class _sha3.shake_256 "SHA3object *" "clinic_state()->shake_256_type"
8080
[clinic start generated code]*/
81-
/*[clinic end generated code: output=da39a3ee5e6b4b0d input=83376ec869f33016]*/
81+
/*[clinic end generated code: output=da39a3ee5e6b4b0d input=91cc5a9fb4be1976]*/
8282

8383
#define clinic_state() (get_sha3module_state_by_cls(Py_TYPE(self)))
8484
#include "clinic/sha3module.c.h"

0 commit comments

Comments
 (0)