We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85b6e93 commit eb6df00Copy full SHA for eb6df00
Modules/cjkcodecs/multibytecodec.h
@@ -86,7 +86,8 @@ typedef struct {
86
_MultibyteStatefulCodec_HEAD
87
} MultibyteStatefulCodecContext;
88
89
-#define _MultibyteStatefulCodecContext_CAST(op) ((MultibyteStatefulCodecContext *)(op))
+#define _MultibyteStatefulCodecContext_CAST(op) \
90
+ ((MultibyteStatefulCodecContext *)(op))
91
92
#define MAXENCPENDING 2
93
#define _MultibyteStatefulEncoder_HEAD \
0 commit comments