mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-18 15:33:08 +02:00
style fix
This commit is contained in:
parent
39b242952d
commit
9083892894
@ -65,7 +65,7 @@ public:
|
||||
FRAME_FLAG_FIN = 0x80, /// FIN bit: final fragment of a multi-fragment message.
|
||||
FRAME_FLAG_RSV1 = 0x40, /// Reserved for future use. Must be zero.
|
||||
FRAME_FLAG_RSV2 = 0x20, /// Reserved for future use. Must be zero.
|
||||
FRAME_FLAG_RSV3 = 0x10, /// Reserved for future use. Must be zero.
|
||||
FRAME_FLAG_RSV3 = 0x10 /// Reserved for future use. Must be zero.
|
||||
};
|
||||
|
||||
enum FrameOpcodes
|
||||
|
Loading…
x
Reference in New Issue
Block a user